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