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 f6cd2a6 commit bacda92Copy full SHA for bacda92
1 file changed
.github/workflows/enforce_pr_title.yml
@@ -20,7 +20,7 @@ jobs:
20
- id: enforce_title
21
name: Set PR title to branch name
22
if: github.event.pull_request.title != github.event.pull_request.head.ref
23
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
24
with:
25
script: |
26
await github.rest.pulls.update({
0 commit comments