Skip to content

Commit

Permalink
Update autoapprove.yml
Browse files Browse the repository at this point in the history
switch to node20

Signed-off-by: mosfet80 <[email protected]>
  • Loading branch information
mosfet80 authored Aug 6, 2024
1 parent 382ad40 commit 8b21f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autoapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies')
steps:
- uses: hmarr/auto-approve-action@v2.1.0
- uses: hmarr/auto-approve-action@v4
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
auto-approve-file-sync:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'ros-tooling-bot' && contains(github.event.pull_request.labels.*.name, 'file-sync')
steps:
- uses: hmarr/auto-approve-action@v2.1.0
- uses: hmarr/auto-approve-action@v4
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 8b21f65

Please sign in to comment.