We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81827a0 commit 5c4f2abCopy full SHA for 5c4f2ab
.github/workflows/label-linked-issues.yml
@@ -72,7 +72,7 @@ jobs:
72
repo: ${{ github.event.repository.name }}
73
- id: label
74
name: Label linked issues
75
- uses: actions/github-script@v6.4.0
+ uses: actions/github-script@v6.4.1
76
env:
77
DATA: ${{ steps.query.outputs.data }}
78
PRERELEASE: ${{ contains(steps.version.outputs.result, '-') }}
0 commit comments