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 a109b8b commit 6820563Copy full SHA for 6820563
.github/workflows/pr-issue-validator.yaml
@@ -53,7 +53,7 @@ jobs:
53
54
set -x
55
# Skip validation for documentation or chore PRs
56
- if [[ "$TITLE" =~ ^(doc:|docs:|chore:|misc:) ]]; then
+ if [[ "$TITLE" =~ ^(doc:|docs:|chore:|misc:|Release:|release:) ]]; then
57
echo "Skipping validation for docs/chore PR."
58
echo "PR NUMBER-: $PRNUM "
59
gh pr edit $PRNUM --remove-label "PR:Issue-verification-failed"
0 commit comments