File tree Expand file tree Collapse file tree
.github/actions/issues-helper Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 steps :
2626 - name : Create comment
2727 if : inputs.actions == 'create-comment'
28- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
28+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
2929 env :
3030 INPUT_ISSUE_NUMBER : ${{ inputs.issue-number }}
3131 INPUT_BODY : ${{ inputs.body }}
4141
4242 - name : Close stale issues
4343 if : inputs.actions == 'close-issues'
44- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
44+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
4545 env :
4646 INPUT_LABELS : ${{ inputs.labels }}
4747 INPUT_INACTIVE_DAY : ${{ inputs.inactive-day }}
9696 if : inputs.actions == 'lock-closed-issues'
9797 # Mirrors the issue-only behavior previously used from:
9898 # https://github.com/dessant/lock-threads/blob/7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7/src/index.js
99- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
99+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
100100 env :
101101 INPUT_INACTIVE_DAY : ${{ inputs.inactive-day }}
102102 with :
You can’t perform that action at this time.
0 commit comments