Skip to content

Commit

Permalink
chore(ci) changelog label
Browse files Browse the repository at this point in the history
Any PR includes a changelog will add a “core/docs” label which is unnecessary, this PR added an extra label 'changelog' to detect changelog file changes.
  • Loading branch information
mayocream authored and locao committed Apr 19, 2022
1 parent 9eba2a1 commit bffa4af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ core/db/migrations:
core/db:
- any: ['kong/db/**/*', '!kong/db/migrations/**/*']

changelog:
- CHANGELOG.md

core/docs:
- '**/*.md'
- any: ['**/*.md', '!CHANGELOG.md']
- 'kong/autodoc/**/*'

core/language/go:
Expand Down

0 comments on commit bffa4af

Please sign in to comment.