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 67bdaaa commit 3922172Copy full SHA for 3922172
.github/workflows/jira-issue.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Remove create-jira label
64
if: github.event.action == 'labeled' && github.event.label.name == 'create-jira'
65
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
66
with:
67
script: |
68
try {
0 commit comments