Skip to content

Commit 9b9f771

Browse files
authored
Update pr_title.yml
1 parent a88d715 commit 9b9f771

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_title.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- synchronize
99

1010
permissions:
11-
contents: read
11+
pull-requests: write
1212

1313
jobs:
1414
main:
@@ -44,7 +44,7 @@ jobs:
4444
# special "[WIP]" prefix to indicate this state. This will avoid the
4545
# validation of the PR title and the pull request checks remain pending.
4646
# Note that a second check will be reported if this is enabled.
47-
wip: true
47+
wip: false
4848
# When using "Squash and merge" on a PR with only one commit, GitHub
4949
# will suggest using that commit message instead of the PR title for the
5050
# merge commit, and it's easy to commit this by mistake. Enable this option

0 commit comments

Comments
 (0)