Skip to content

Commit c86094b

Browse files
committed
fix(issue-bot): update actions-cool/issues-helper-backup
1 parent 3a420e1 commit c86094b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/issue-bot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,15 @@ jobs:
120120
steps:
121121
- name: Add "feedback" label
122122
if: ${{ contains(fromJson('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.comment.author_association) }}
123-
uses: actions-cool/issues-helper@v3
123+
uses: actions-cool/issues-helper-backup@d65454423c6fbbd20026b9b499d403f79422ac69 # v3
124124
with:
125125
actions: add-labels
126126
token: ${{ secrets.GITHUB_TOKEN }}
127127
issue-number: ${{ github.event.issue.number }}
128128
labels: ${{ inputs.feedback-label }}
129129
- name: Remove "feedback" label
130130
if: ${{ !contains(fromJson('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.comment.author_association) }}
131-
uses: actions-cool/issues-helper@v3
131+
uses: actions-cool/issues-helper-backup@d65454423c6fbbd20026b9b499d403f79422ac69 # v3
132132
with:
133133
actions: remove-labels
134134
token: ${{ secrets.GITHUB_TOKEN }}
@@ -140,7 +140,7 @@ jobs:
140140
if: ${{ inputs.enable-invalid && github.event_name == 'issues' && github.event.action == 'labeled' && github.event.label.name == inputs.invalid-label-name }}
141141
runs-on: ubuntu-latest
142142
steps:
143-
- uses: actions-cool/issues-helper@v3
143+
- uses: actions-cool/issues-helper-backup@d65454423c6fbbd20026b9b499d403f79422ac69 # v3
144144
with:
145145
actions: close-issue, create-comment
146146
token: ${{ secrets.GITHUB_TOKEN }}
@@ -151,7 +151,7 @@ jobs:
151151
if: ${{ inputs.enable-duplicate && github.event_name == 'issue_comment' }}
152152
runs-on: ubuntu-latest
153153
steps:
154-
- uses: actions-cool/issues-helper@v3
154+
- uses: actions-cool/issues-helper-backup@d65454423c6fbbd20026b9b499d403f79422ac69 # v3
155155
with:
156156
actions: mark-duplicate
157157
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)