Skip to content

Org Policy Update Detected on 2024-07-06 #112

Org Policy Update Detected on 2024-07-06

Org Policy Update Detected on 2024-07-06 #112

Workflow file for this run

####################################################################
## 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