Skip to content

Commit 76ac1e5

Browse files
authored
chore: add in discussion label (#347)
## PR Checklist - [x] Addresses an existing open issue: fixes #262 - [x] 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) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/.github/CONTRIBUTING.md) were taken ## Overview added the following code to labels.json: ``` { "color": "#05104F", "description": "Not yet ready for implementation or a pull request", "name": "status: in discussion" }, ```
1 parent a721c87 commit 76ac1e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

script/labels.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
"description": "This issue or pull request already exists",
4040
"name": "status: duplicate"
4141
},
42+
{
43+
"color": "#05104F",
44+
"description": "Not yet ready for implementation or a pull request",
45+
"name": "status: in discussion"
46+
},
4247
{
4348
"color": "D3F82D",
4449
"description": "Further research required...?",

0 commit comments

Comments
 (0)