Sign in
pigweed
/
third_party
/
github
/
project-chip
/
connectedhomeip
/
71bfbfa618bbcaf302c03320f30416b496e4f71c
/
.
/
.github
/
workflows
/
labeler.yaml
blob: 2b6dd4523694ec562a380dcb89478afb812bd52a [
file
]
name:
"Pull Request Labeler"
on:
-
pull_request_target
jobs:
triage:
name:
Label Triage
permissions:
contents:
read
pull
-
requests:
write
runs
-
on:
ubuntu
-
latest
steps:
-
uses:
actions/labeler@v7
with:
repo
-
token:
"${{ secrets.GITHUB_TOKEN }}"