Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
validate-pr-title:
runs-on: ubuntu-latest
permissions:
statuses: write
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v6.1.1
Expand All @@ -36,8 +35,6 @@ jobs:
The subject "{subject}" found in the pull request title "{title}"
must start with a lowercase letter.
Example: "feat: add deploy command"
# Allow [WIP] prefix to skip validation on in-progress PRs
wip: true
# Validate the commit message when a PR has a single commit, since
# GitHub suggests using it as the merge commit message on squash-merge
validateSingleCommit: true
Expand Down
Loading