[求助/Help] 拉取源码 执行 go mod vendor 报错 unknown revision v2.0.0-rc.16 #308
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issue Close Check | |
on: | |
issues: | |
types: [closed] | |
jobs: | |
issue-closed-remove-labels: | |
runs-on: ubuntu-latest | |
if: "!contains(github.event.issue.labels.*.name, 'stale')" | |
steps: | |
- name: Remove statle labels when issue that hasn't stale label is closed | |
uses: actions-cool/issues-helper@v2 | |
with: | |
actions: 'remove-labels' | |
labels: 'state/awaiting processing,state/awaiting user feedback' |