Files
freeCodeCamp/.github/workflows/github-labeler.yaml
renovate[bot] 27135d67a6 chore(deps): update github actions (#50648)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-10 14:05:31 +05:30

21 lines
478 B
YAML

name: GitHub - Label PRs
on:
- pull_request_target
permissions:
contents: read
jobs:
triage:
permissions:
# for actions/labeler to determine modified files
contents: read
# for actions/labeler to add labels to PRs
pull-requests: write
runs-on: ubuntu-20.04
steps:
- uses: actions/labeler@9fcb2c2f5584144ca754f8bfe8c6f81e77753375 # v4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
sync-labels: true