Skip to content

Commit

Permalink
Auto-approve dependency updates from RenkuBot
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Jan 8, 2025
1 parent 6157dea commit ee15f8d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Auto approve

on:
pull_request_target

concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v4
if: github.actor == 'RenkuBot'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ee15f8d

Please sign in to comment.