Fix: pass on octokit error to make the check consistent (#2549)

This commit is contained in:
Tianxin Dong
2021-10-26 12:09:14 +08:00
committed by GitHub
parent 7482388c84
commit 605fb58a3c
2 changed files with 2 additions and 2 deletions

View File

@@ -5,6 +5,6 @@
}, },
"CHECKS": { "CHECKS": {
"prefixes": ["Fix: ", "Feat: ", "Docs: ", "Test: ", "Chore: ", "CI: ", "Perf: ", "Refactor: ", "Revert: ", "Style: ", "Test: ", "prefixes": ["Fix: ", "Feat: ", "Docs: ", "Test: ", "Chore: ", "CI: ", "Perf: ", "Refactor: ", "Revert: ", "Style: ", "Test: ",
"Fix(", "Feat(", "Docs(", "Test(", "Chore(", "CI(", "Perf(", "Refactor(", "Revert(", "Style(", "Test("] "Fix(", "Feat(", "Docs(", "Test(", "Chore(", "CI(", "Perf(", "Refactor(", "Revert(", "Style(", "Test(", "[Backport"]
} }
} }

View File

@@ -15,5 +15,5 @@ jobs:
- uses: thehanimo/pr-title-checker@v1.3.1 - uses: thehanimo/pr-title-checker@v1.3.1
with: with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false pass_on_octokit_error: true
configuration_path: ".github/pr-title-checker-config.json" configuration_path: ".github/pr-title-checker-config.json"