Skip to content

Commit 64bc149

Browse files
authored
Remove dependencies PR auto-labeling
The dependency label affects the plugin health score. When a pull request needs to change pom.xml, it should not be automatically labeled as a dependency change. Many changes to pom.xml are not related to dependencies.
1 parent cfff2ee commit 64bc149

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/labeler.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ skip-changelog:
22
- changed-files:
33
- any-glob-to-any-file: [ '.gitattributes', '.github/**/*', '.gitignore', 'crowdin.yml', '.mvn/**/*' ]
44

5-
dependencies:
6-
- changed-files:
7-
- any-glob-to-any-file: [ 'pom.xml' ]
8-
95
documentation:
106
- changed-files:
117
- any-glob-to-any-file: [ '*.adoc', '*.md', '*.txt', '**/*.html', '**/*.png', 'LICENSE*' ]

0 commit comments

Comments
 (0)