Skip to content

Commit

Permalink
Merge branch 'develop' into update/commons-codec-1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
calypsomatic authored Nov 8, 2024
2 parents 782355d + af56ca0 commit 7a0ee39
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/auto-approve-broadbot-prs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Broadbot auto-approve
on: pull_request

permissions:
pull-requests: write

jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'broadbot[bot]'
steps:
- name: Approve a PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.BROADBOT_TOKEN }}

0 comments on commit 7a0ee39

Please sign in to comment.