Files
freeCodeCamp/.github/workflows/github-labeler.yaml
Mrugesh Mohapatra 741732be54 refactor: rename workflow files (#48059)
* refactor: rename workflow files

* fix: temporarily disable the mobile workflow
2022-10-15 16:25:21 +05:30

21 lines
482 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@5c7539237e04b714afd8ad9b4aed733815b9fab4 # tag=v4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
sync-labels: true