forked from tweag/rules_nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(Semi-)declaratively sets repository settings and labels. See the tweag documentation repo: https://github.com/tweag/guides/blob/master/project-management/Github.md
1 parent
364adc7
commit 4f60f41
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
repository: | ||
has_wiki: false | ||
|
||
labels: | ||
- name: "duplicate" | ||
color: cfd3d7 | ||
- name: "good first issue" | ||
color: 7057ff | ||
- name: "invalid" | ||
color: cfd3d7 | ||
- name: "P0" | ||
color: b60205 | ||
description: "blocker: fix immediately!" | ||
- name: "P1" | ||
color: d93f0b | ||
description: "critical: next release" | ||
- name: "P2" | ||
color: e99695 | ||
description: "major: an upcoming release" | ||
- name: "P3" | ||
color: fbca04 | ||
description: "minor: not priorized" | ||
- name: "P4" | ||
color: fef2c0 | ||
description: "unimportant: consider wontfix or other priority" | ||
- name: "question" | ||
color: d876e3 | ||
- name: "type: bug" | ||
color: 0052cc | ||
- name: "type: documentation" | ||
color: 0052cc | ||
- name: "type: feature request" | ||
color: 0052cc | ||
- name: "wontfix" | ||
color: ffffff |