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 a88d715 commit 9b9f771Copy full SHA for 9b9f771
.github/workflows/pr_title.yml
@@ -8,7 +8,7 @@ on:
8
- synchronize
9
10
permissions:
11
- contents: read
+ pull-requests: write
12
13
jobs:
14
main:
@@ -44,7 +44,7 @@ jobs:
44
# special "[WIP]" prefix to indicate this state. This will avoid the
45
# validation of the PR title and the pull request checks remain pending.
46
# Note that a second check will be reported if this is enabled.
47
- wip: true
+ wip: false
48
# When using "Squash and merge" on a PR with only one commit, GitHub
49
# will suggest using that commit message instead of the PR title for the
50
# merge commit, and it's easy to commit this by mistake. Enable this option
0 commit comments