Skip to content

Commit b01df54

Browse files
authored
Add label for on-hold (#549)
We need to be able to keep a PR open, but it has a long-term dependency. An on-hold label would let us mark the state so we don't keep looking at it to see why it's not merged yet.
1 parent e2f89bb commit b01df54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.appends/.github/labels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
description: ""
1212
color: "fc2929"
1313

14+
- name: "on-hold"
15+
description: ""
16+
color: "cccccc"
17+
1418
- name: "dependencies"
1519
description: "Pull requests that update a dependency file"
1620
color: "0366d6"

0 commit comments

Comments
 (0)