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 f88c542 commit 46b8c78Copy full SHA for 46b8c78
.github/semantic.yml
@@ -10,3 +10,4 @@ types:
10
- docs
11
- doc
12
- release
13
+ - misc
.github/workflows/pr-issue-validator.yaml
@@ -51,8 +51,8 @@ jobs:
51
export forked=true
52
fi
53
echo "forked: $forked"
54
- if [[ "$TITLE" == *"doc:"* || "$TITLE" == *"docs:"* || "$TITLE" == *"chore:"* || "$TITLE" == *"release:"* || "$TITLE" == *"Release:"* ]]; then
55
- echo "Skipping validation as this is a PR for documentation or chore."
+ if [[ "$TITLE" == *"doc:"* || "$TITLE" == *"docs:"* || "$TITLE" == *"misc:"* || "$TITLE" == *"release:"* || "$TITLE" == *"Release:"* ]]; then
+ echo "Skipping validation as this is a PR for documentation or misc."
56
if [[ $forked == true ]]; then
57
echo "PR:Ready-to-Review, exiting gracefully"
58
exit 0
0 commit comments