Skip to content

Commit

Permalink
(maint) Make GRM config match template
Browse files Browse the repository at this point in the history
This is part of an initial pass to make sure that GRM configuration is
consistent across all the repositories that use it.

We can't sync this file, as it is intended that there will be
differences in the configuration for different repositories.
  • Loading branch information
gep13 committed Sep 5, 2023
1 parent 6a811a9 commit ce7b729
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions GitReleaseManager.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
issue-labels-include:
- Breaking Change
- Deprecate
- Feature
- C4B Feature
- Bug
- Improvement
- Documentation
- Breaking Change
- Deprecate
- Feature
- C4B Feature
- Bug
- Improvement
- Documentation
- Dependency Change
issue-labels-exclude:
- Internal Refactoring
- BuildAutomation
- NO RELEASE NOTES
- Internal Refactoring
- BuildAutomation
- NO RELEASE NOTES
issue-labels-alias:
- name: Documentation
header: Documentation
plural: Documentation
- name: Bug
header: Bug Fix
plural: Bug Fixes
- name: Deprecate
header: Deprecated Feature
plural: Deprecated Features
- name: Documentation
header: Documentation
plural: Documentation
- name: Bug
header: Bug Fix
plural: Bug Fixes
- name: Deprecate
header: Deprecated Feature
plural: Deprecated Features
create:
include-sha-section: true
sha-section-heading: "SHA256 Hashes of the release artifacts"
sha-section-line-format: "- `{1}\t{0}`"
include-sha-section: true
sha-section-heading: "SHA256 Hashes of the release artifacts"
sha-section-line-format: "- `{1}\t{0}`"
close:
use-issue-comments: true
issue-comment: |-
Expand Down

0 comments on commit ce7b729

Please sign in to comment.