We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8035e1f commit a69665aCopy full SHA for a69665a
.github/workflows/check-issue.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
script: |
16
const issueTitle = context.payload.issue.title;
17
- if (!issueTitle.startsWith("[Question]") || !issueTitle.startsWith("[Feature]")) {
+ if (!issueTitle.startsWith("[Question]") && !issueTitle.startsWith("[Feature]") && issueTitle === "[Question] " && issueTitle === "[Feature] ") {
18
await github.issues.update({
19
owner: context.repo.owner,
20
repo: context.repo.repo,
0 commit comments