mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-17 23:46:41 +01:00
83429b1587
* Create labeler.yml * Create label-pr.yml * updated condition of labeling pr * add dependecies label for dependecies files
20 lines
406 B
YAML
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'
|