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 cc27093 commit a164cd6Copy full SHA for a164cd6
.github/workflows/label-linked-issues.yml
@@ -79,7 +79,7 @@ jobs:
79
repo: ${{ github.event.repository.name }}
80
- id: label
81
name: Label linked issues
82
- uses: actions/github-script@v7.0.1
+ uses: actions/github-script@v8.0.0
83
env:
84
DATA: ${{ steps.query.outputs.data }}
85
PRERELEASE: ${{ contains(steps.version.outputs.result, '-') }}
0 commit comments