Org Policy Update Detected on 2023-08-27 #201
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
#################################################################### | |
## Add an 'automerge' label to the PR based on file touched ## | |
#################################################################### | |
name: Auto-label | |
on: | |
pull_request: | |
types: | |
- opened | |
jobs: | |
pr-automation: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Auto label based on files touched. | |
uses: banyan/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} |