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 1414 steps :
1515 - name : Remove triaging label
1616 if : contains(github.event.issue.labels.*.name, 'Bug confirmed') && contains(github.event.issue.labels.*.name, 'Triage')
17- uses : actions-cool/issues-helper@e2ff99831a4f13625d35064e2b3dfe65c07a0396 # v3.7.5
17+ uses : actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3.7.6
1818 with :
1919 actions : " remove-labels"
2020 token : ${{ secrets.GITHUB_TOKEN }}
2323
2424 - name : Needs reproduction
2525 if : github.event.label.name == 'Needs reproduction'
26- uses : actions-cool/issues-helper@e2ff99831a4f13625d35064e2b3dfe65c07a0396 # v3.7.5
26+ uses : actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3.7.6
2727 with :
2828 actions : " create-comment, remove-labels"
2929 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments