From 7b63b1c41a0f9981e2ee966d44a24adba9cca886 Mon Sep 17 00:00:00 2001 From: notgitika Date: Mon, 2 Mar 2026 16:16:53 -0500 Subject: [PATCH] fix: drop wip and statuses write from PR title workflow --- .github/workflows/pr-title.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index 6c5b01e9..54592516 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -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 @@ -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