Skip to content

Commit

Permalink
Auto-approve dependency updates from RenkuBot (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek authored Jan 9, 2025
1 parent df59b32 commit 229c027
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 229c027

Please sign in to comment.