Skip to content

Commit

Permalink
Auto merge dependabot PRs (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
janisz authored Mar 9, 2023
1 parent 35d5e57 commit d5d56b5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/auto-merge.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: auto-merge

on:
pull_request_target:

jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: ahmadnassri/[email protected]
with:
github-token: ${{ secrets.ROXBOT_TOKEN }}
command: "squash and merge"
approve: true
target: minor

0 comments on commit d5d56b5

Please sign in to comment.