[GitHubEnterpriseCloud] Update to 1.1.4-1a921a530f820efa033dc420e6e40c95 from 1.1.4-e8e191683d6dfdf9b336e7b70932841c #12683
Workflow file for this run
This file contains 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: | |
types: | |
- labeled | |
- unlabeled | |
- synchronize | |
- opened | |
- edited | |
- ready_for_review | |
- reopened | |
- unlocked | |
pull_request_review: | |
types: | |
- submitted | |
status: {} | |
jobs: | |
automerge: | |
concurrency: automerge-${{ github.ref }} | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'Wait for status checks' | |
id: waitforstatuschecks | |
uses: "WyriHaximus/github-action-wait-for-status@v1" | |
with: | |
ignoreActions: automerge | |
checkInterval: 300 | |
env: | |
GITHUB_TOKEN: "${{ secrets.SUBSPLIT_GITHUB_TOKEN }}" | |
- name: 'Merge' | |
uses: "pascalgn/automerge-action@v0.16.4" | |
# if: steps.waitforstatuschecks.outputs.status == 'success' | |
env: | |
GITHUB_TOKEN: "${{ secrets.SUBSPLIT_GITHUB_TOKEN }}" | |
MERGE_LABELS: automerge | |
MERGE_FORKS: false |