Update pr-labeler.yml
This commit is contained in:
parent
7928464bc1
commit
711fa704fb
1 changed files with 2 additions and 1 deletions
3
.github/configs/pr-labeler.yml
vendored
3
.github/configs/pr-labeler.yml
vendored
|
|
@ -1,4 +1,5 @@
|
||||||
feature: feature/*
|
feature: feature/*
|
||||||
bugfix: bugfix/*
|
bugfix: bugfix/*
|
||||||
hotfix: hotfix/*
|
hotfix: hotfix/*
|
||||||
documentation: ['documentation/*', 'setup/*']
|
refactor: refactor/*
|
||||||
|
documentation: ['documentation/*', 'setup/*']
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue