Org Policy Update Detected on 2023-08-04 #73
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
#################################################################### | |
## Merge the PR if the label 'automerge' is assigned to the PR. ## | |
#################################################################### | |
name: Auto-merge | |
on: | |
pull_request: | |
types: | |
- labeled | |
jobs: | |
pr-automation: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Auto merge if 'automerge' label exists | |
uses: pascalgn/automerge-action@main | |
env: | |
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} |