We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa1e7d commit 478b9daCopy full SHA for 478b9da
.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