Skip to content

Commit b206b56

Browse files
feat: added 'status: ' prefix to 'accepting prs' and 'wontfix' labels (#198)
1 parent a180abe commit b206b56

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Otherwise we may not be able to review your PR. -->
55
## PR Checklist
66

77
- [ ] Addresses an existing open issue: fixes #000
8-
- [ ] That issue was marked as [accepting prs](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22)
8+
- [ ] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
99
- [ ] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/.github/CONTRIBUTING.md) were taken
1010

1111
## Overview

script/labels.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
[
2-
{
3-
"color": "0E8A16",
4-
"description": "Please, send a pull request to resolve this!",
5-
"name": "accepting prs"
6-
},
72
{
83
"color": "0075ca",
94
"description": "Improvements or additions to docs",
@@ -29,6 +24,11 @@
2924
"description": "This doesn't seem right",
3025
"name": "invalid"
3126
},
27+
{
28+
"color": "0E8A16",
29+
"description": "Please, send a pull request to resolve this!",
30+
"name": "status: accepting prs"
31+
},
3232
{
3333
"color": "#ddcccc",
3434
"description": "Waiting for something else to be resolved",
@@ -49,6 +49,11 @@
4949
"description": "Needs an action taken by the original poster",
5050
"name": "status: waiting for author"
5151
},
52+
{
53+
"color": "ffffff",
54+
"description": "This will not be worked on",
55+
"name": "status: wontfix"
56+
},
5257
{
5358
"color": "d73a4a",
5459
"description": "Something isn't working",
@@ -63,10 +68,5 @@
6368
"color": "d876e3",
6469
"description": "Further information is requested",
6570
"name": "type: question"
66-
},
67-
{
68-
"color": "ffffff",
69-
"description": "This will not be worked on",
70-
"name": "wontfix"
7171
}
7272
]

0 commit comments

Comments
 (0)