Org Policy Update Detected on 2024-11-20 #249
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: Labeler | |
on: | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
paths: | |
- "policies/org_policy.json" | |
jobs: | |
triage: | |
permissions: | |
contents: read | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/labeler@v4 |