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 36c6b6a commit 0249e89Copy full SHA for 0249e89
.github/workflows/set-default-values-pr.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Set default labels
33
if: ${{ github.actor != 'dependabot[bot]' }}
34
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
35
env:
36
TITLE: ${{ github.event.pull_request.title }}
37
with:
0 commit comments