FreeTube/.github/pr-labeler.yml
efb4f5ff-1298-471a-8973-3d47447115dc 692a3c7ca0
Replace labeler workflow with GH labeler (#3966)
* Rename labeler.yml to pr-labeler.yml

* set config path to point to renamed labeler

* Create label-issue.yml

* Create issue-labeler.yml

* Delete autoLabelIssue.yaml

* Add all the other labels

* fix certain labels not being applied
2023-08-29 00:33:12 -04:00

20 lines
406 B
YAML

'PR: waiting for review':
- '*'
- '.babelrc'
- '.editorconfig'
- '.eslintignore'
- '.eslintrc.js'
- '.gitignore'
- '.prettierrc'
- '.whitesource'
- '.github/**/*'
- '.vscode/**/*'
- '_icons/**/*'
- '_scripts/**/*'
- 'src/**/*'
- 'static/**/*'
'PR: dependencies':
- 'yarn.lock'
- 'package.json'