We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 836d587 commit 4f8d72cCopy full SHA for 4f8d72c
.github/workflows/semantic_pr_check.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Check for "do not merge" in PR title
44
if: ${{ github.event.pull_request.draft == false }}
45
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
46
with:
47
script: |
48
const title = context.payload.pull_request.title.toLowerCase();
0 commit comments