We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a3e3d1 commit c93f1c4Copy full SHA for c93f1c4
.github/pr_labeler.yaml
@@ -1,8 +1,8 @@
1
# https://github.com/actions/labeler
2
breaking:
3
-- head-branch: ['breaking', 'BREAKING']
+- head-branch: ['breaking', 'BREAKING', 'pre/v2.0']
4
bug:
5
-- head-branch: ['fix', 'FIX', 'bug', 'BUG']
+- head-branch: ['fix', 'FIX', 'bug', 'BUG', 'pre/v2.0']
6
feature:
7
- head-branch: ['feat', 'FEAT']
8
documentation:
0 commit comments