Skip to content

Commit d5a7a3b

Browse files
authored
fix: drop wip and statuses write from PR title workflow (#476)
1 parent 6d88468 commit d5a7a3b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/pr-title.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
validate-pr-title:
1010
runs-on: ubuntu-latest
1111
permissions:
12-
statuses: write
1312
pull-requests: read
1413
steps:
1514
- uses: amannn/action-semantic-pull-request@v6.1.1
@@ -36,8 +35,6 @@ jobs:
3635
The subject "{subject}" found in the pull request title "{title}"
3736
must start with a lowercase letter.
3837
Example: "feat: add deploy command"
39-
# Allow [WIP] prefix to skip validation on in-progress PRs
40-
wip: true
4138
# Validate the commit message when a PR has a single commit, since
4239
# GitHub suggests using it as the merge commit message on squash-merge
4340
validateSingleCommit: true

0 commit comments

Comments
 (0)