Skip to content

Commit

Permalink
Add missing GitHub labels (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
jriddle-linode committed Mar 20, 2024
1 parent 18f3764 commit c6e3622
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# PR Labels
- name: new-feature
description: for new features in the changelog.
color: 225fee
Expand All @@ -13,6 +14,9 @@
- name: documentation
description: for updates to the documentation in the changelog.
color: d3e1e6
- name: dependencies
description: dependency updates usually from dependabot
color: 5c9dff
- name: testing
description: for updates to the testing suite in the changelog.
color: 933ac9
Expand All @@ -22,3 +26,13 @@
- name: ignore-for-release
description: PRs you do not want to render in the changelog
color: 7b8eac
- name: do-not-merge
description: PRs that should not be merged until the commented issue is resolved
color: eb1515
# Issue Labels
- name: enhancement
description: issues that request a enhancement
color: 22ee47
- name: bug
description: issues that report a bug
color: ed8e21

0 comments on commit c6e3622

Please sign in to comment.