1
0
Fork 0
freesewing/.github/workflows/label.yml
2021-08-30 20:21:53 +02:00

19 lines
372 B
YAML

# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
name: PR Labeler
on: [pull_request]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"