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 6d88468 commit d5a7a3bCopy full SHA for d5a7a3b
1 file changed
.github/workflows/pr-title.yml
@@ -9,7 +9,6 @@ jobs:
9
validate-pr-title:
10
runs-on: ubuntu-latest
11
permissions:
12
- statuses: write
13
pull-requests: read
14
steps:
15
- uses: amannn/action-semantic-pull-request@v6.1.1
@@ -36,8 +35,6 @@ jobs:
36
35
The subject "{subject}" found in the pull request title "{title}"
37
must start with a lowercase letter.
38
Example: "feat: add deploy command"
39
- # Allow [WIP] prefix to skip validation on in-progress PRs
40
- wip: true
41
# Validate the commit message when a PR has a single commit, since
42
# GitHub suggests using it as the merge commit message on squash-merge
43
validateSingleCommit: true
0 commit comments