Skip to content

Commit 708cf5e

Browse files
chore(deps): update actions-cool/issues-helper action to v3.7.4
1 parent c4a9d10 commit 708cf5e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/close-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: depot-ubuntu-24.04-arm-small
1515
steps:
1616
- name: Close issue without reproduction
17-
uses: actions-cool/issues-helper@3809910bc12872edc9b8132f122069ac16cd16ee # v3.7.3
17+
uses: actions-cool/issues-helper@d1d51fccf39469b5458203b1369060db0ff0c0db # v3.7.4
1818
with:
1919
actions: "close-issues"
2020
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/needs-repro.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Remove triaging label
1616
if: contains(github.event.issue.labels.*.name, 'bug confirmed') && contains(github.event.issue.labels.*.name, 'needs triage')
17-
uses: actions-cool/issues-helper@3809910bc12872edc9b8132f122069ac16cd16ee # v3.7.3
17+
uses: actions-cool/issues-helper@d1d51fccf39469b5458203b1369060db0ff0c0db # v3.7.4
1818
with:
1919
actions: "remove-labels"
2020
token: ${{ secrets.GITHUB_TOKEN }}
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Needs reproduction
2525
if: github.event.label.name == 'needs reproduction'
26-
uses: actions-cool/issues-helper@3809910bc12872edc9b8132f122069ac16cd16ee # v3.7.3
26+
uses: actions-cool/issues-helper@d1d51fccf39469b5458203b1369060db0ff0c0db # v3.7.4
2727
with:
2828
actions: "create-comment, remove-labels"
2929
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)