Skip to content

Commit 0ae9e71

Browse files
committed
Updated triage-without-comment labels
- Community project doesn't exist anymore, instead it's "community" - There's a new "core team" label - These might get comments later, but for now we just want them to count as triaging
1 parent 55b5025 commit 0ae9e71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actions/label-actions/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10237,7 +10237,7 @@ async function main() {
1023710237
if (payload.action === 'labeled') {
1023810238
const label = payload.label;
1023910239

10240-
const TRIAGE_WITHOUT_COMMENT_LABELS = ['bug', 'community project', 'good first issue', 'help wanted'];
10240+
const TRIAGE_WITHOUT_COMMENT_LABELS = ['bug', 'community', 'core team', 'good first issue', 'help wanted'];
1024110241

1024210242
if (label.name === 'Ghost(Pro)') {
1024310243
await helpers.removeNeedsTriageLabel(issue);

actions/label-actions/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ async function main() {
124124
if (payload.action === 'labeled') {
125125
const label = payload.label;
126126

127-
const TRIAGE_WITHOUT_COMMENT_LABELS = ['bug', 'community project', 'good first issue', 'help wanted'];
127+
const TRIAGE_WITHOUT_COMMENT_LABELS = ['bug', 'community', 'core team', 'good first issue', 'help wanted'];
128128

129129
if (label.name === 'Ghost(Pro)') {
130130
await helpers.removeNeedsTriageLabel(issue);

0 commit comments

Comments
 (0)