Files
freeCodeCamp/.github/workflows/github-labeler.yaml
renovate[bot] a88b97c5b3 chore(deps): update github actions (#49669)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-11 07:24:56 +02:00

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@ba790c862c380240c6d5e7427be5ace9a05c754b # v4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
sync-labels: true