New issue template and workflow
This commit is contained in:
4
.github/workflows/close-untitled-issues.yml
vendored
4
.github/workflows/close-untitled-issues.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
script: |
|
||||
const title = context.payload.issue.title.trim();
|
||||
const badTitles = [
|
||||
"[BUG]",
|
||||
"[bug]",
|
||||
"bug report",
|
||||
"bug",
|
||||
"issue",
|
||||
@@ -64,4 +64,4 @@ jobs:
|
||||
state: "closed",
|
||||
state_reason: "not_planned"
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user