File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
steps :
15
15
- name : Remove triaging label
16
16
if : contains(github.event.issue.labels.*.name, 'Bug confirmed') && contains(github.event.issue.labels.*.name, 'Triage')
17
- uses : actions-cool/issues-helper@a610082f8ac0cf03e357eb8dd0d5e2ba075e017e # v3.6.0
17
+ uses : actions-cool/issues-helper@50068f49b7b2b3857270ead65e2d02e4459b022c # v3.6.2
18
18
with :
19
19
actions : " remove-labels"
20
20
token : ${{ secrets.GITHUB_TOKEN }}
23
23
24
24
- name : Needs reproduction
25
25
if : github.event.label.name == 'Needs reproduction'
26
- uses : actions-cool/issues-helper@a610082f8ac0cf03e357eb8dd0d5e2ba075e017e # v3.6.0
26
+ uses : actions-cool/issues-helper@50068f49b7b2b3857270ead65e2d02e4459b022c # v3.6.2
27
27
with :
28
28
actions : " create-comment, remove-labels"
29
29
token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments