Skip to content

Commit 7efb712

Browse files
committed
(maint) Update GRM configuration
We are consolidating labels that are in use across our repositories, so this commit brings the GRM configuration up to date. Namely, we are using Enhancement now, where we might have used Improvement or Feature before. Also, removed C4B Feature as this has never been used. Finally, update the Internal Refactoring label to use the new `Area - Refactor` label.
1 parent ebe8b9b commit 7efb712

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

GitReleaseManager.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
issue-labels-include:
22
- Breaking Change
33
- Deprecate
4-
- Feature
5-
- C4B Feature
4+
- Enhancement
65
- Bug
7-
- Improvement
86
- Documentation
97
- Dependency Change
108
issue-labels-exclude:
11-
- Internal Refactoring
12-
- BuildAutomation
9+
- Build Automation
1310
- NO RELEASE NOTES
1411
issue-labels-alias:
1512
- name: Documentation
@@ -25,8 +22,10 @@ create:
2522
include-sha-section: true
2623
sha-section-heading: "SHA256 Hashes of the release artifacts"
2724
sha-section-line-format: "- `{1}\t{0}`"
25+
include-contributors: true
2826
close:
2927
use-issue-comments: true
28+
set-due-date: true
3029
issue-comment: |-
3130
:tada: This issue has been resolved in version {milestone} :tada:
3231

0 commit comments

Comments
 (0)