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 ae64d36 commit 310d0f3Copy full SHA for 310d0f3
.github/workflows/open-pr.yml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- uses: actions/checkout@v5
25
26
- - uses: actions/github-script@v6
+ - uses: actions/github-script@v8
27
# skip auto patch labeling for dependabot or renovate PRs
28
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
29
with:
0 commit comments