#1391: avoid files like dependencies.json are considered as version #2194
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Label-PR | |
on: | |
pull_request_target: # *_target workaround for https://github.com/actions/labeler/issues/12 | |
types: [opened, reopened, synchronize, unlocked, unlabeled] | |
jobs: | |
label: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Label by changed paths | |
uses: actions/labeler@v3 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
sync-labels: false | |
configuration-path: .github/labeler.yml |