Skip to content

Commit

Permalink
Merge branch 'ros:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mkabtoul authored Nov 28, 2024
2 parents defec06 + 0d66d7f commit 198fcfd
Show file tree
Hide file tree
Showing 13 changed files with 938 additions and 201 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/reviewer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Automated review
on: # yamllint disable-line rule:truthy
pull_request_target:
types:
- opened
- ready_for_review
- reopened
- synchronize

permissions:
pull-requests: write

jobs:
automated_review:
name: Generate automated review
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git fetch origin ${{ github.event.pull_request.head.sha }}
- uses: ros-infrastructure/rosdistro-reviewer@main
with:
token: ${{ github.token }}
Loading

0 comments on commit 198fcfd

Please sign in to comment.