Skip to content

Commit

Permalink
Merge pull request #55 from AdmiringWorm/label-update
Browse files Browse the repository at this point in the history
(maint) Add space between words in labels
  • Loading branch information
gep13 authored Sep 23, 2024
2 parents 45765f2 + 541841b commit a5439c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/GitReleaseManager/GitReleaseManager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ issue-labels-include:
- Dependency Change
issue-labels-exclude:
- Internal Refactoring
- BuildAutomation
- Build Automation
- NO RELEASE NOTES
issue-labels-alias:
- name: Documentation
Expand Down
12 changes: 6 additions & 6 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@
- name: "Blocked - External"
color: "5319E7"
description: "The issue or pull request is not fixable without a change in a upstream/external library"
- name: "BreakingChange"
- name: "Breaking Change"
color: "5319E7"
description: "The issue will introduce backwards incompatible changes"
aliases: ["Breaking Change"]
aliases: ["BreakingChange"]
- name: "Bug"
color: "D73A4A"
description: "Issues where something has happened which was not expected or intended"
- name: "BuildAutomation"
- name: "Build Automation"
color: "0052CC"
description: "Issues for changes to the build system, without functional changes needed to the project"
aliases: ["Build Automation", "Build"]
aliases: ["BuildAutomation", "Build"]
- name: "CoreTeam"
color: "F7C6C7"
description: "Issues that will only be accepted from the core Chocolatey Team"
Expand Down Expand Up @@ -81,10 +81,10 @@
- name: "hacktoberfest-accepted"
color: "1D76DB"
description: "Pull Requests opened during hacktoberfest, and has been accepted by a team member"
- name: "HasDependency"
- name: "Has Dependency"
color: "8E44AD"
description: "This issue has a related issue that would need to be addressed before this issue can be closed"
aliases: ["Has related issue"]
aliases: ["Has related issue", "HasDependency"]
- name: "IN MANUAL TEST SUITE"
color: "8E44AD"
description: "These are things that are documented to test as part of a release"
Expand Down

0 comments on commit a5439c9

Please sign in to comment.