New issue template and workflow

This commit is contained in:
jubnl
2026-04-03 21:51:03 +02:00
parent e624ee337f
commit 1dc189b466
5 changed files with 121 additions and 60 deletions

View File

@@ -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"
});
}
}