Created
November 4, 2021 17:11
-
-
Save mauriciomutte/a3def5a85a376a44512c359f8b442233 to your computer and use it in GitHub Desktop.
Dependabot auto merge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: auto-merge | |
on: | |
pull_request_target: | |
branches: | |
- master | |
jobs: | |
auto-merge: | |
runs-on: ubuntu-latest | |
if: github.actor == 'dependabot[bot]' | |
steps: | |
- uses: ahmadnassri/[email protected] | |
with: | |
github-token: ${{ secrets.mytoken }} | |
command: 'squash and merge' | |
target: minor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment