Skip to content

Commit

Permalink
Create auto-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tgmarinho authored Mar 28, 2022
1 parent 491c047 commit b5e5b03
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions web/.github/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: auto-merge

on:
pull_request_target:
branches:
- main

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

0 comments on commit b5e5b03

Please sign in to comment.