mirror of
https://github.com/kubevela/kubevela.git
synced 2026-02-14 10:00:06 +00:00
Fix: pass on octokit error to make the check consistent (#2549)
This commit is contained in:
2
.github/pr-title-checker-config.json
vendored
2
.github/pr-title-checker-config.json
vendored
@@ -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"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
2
.github/workflows/commit-lint.yml
vendored
2
.github/workflows/commit-lint.yml
vendored
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user