Auto Merge Pull Requests #6010
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 Pull Requests | |
| on: [pull_request, pull_request_review, status] | |
| jobs: | |
| automerge: | |
| runs-on: ubuntu-18.04 | |
| steps: | |
| - name: Merge pull requests | |
| uses: pascalgn/automerge-action@v0.4.2 | |
| env: | |
| GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' | |
| MERGE_METHOD: 'squash' | |
| LABELS: '!wip,!work in progress' |