[求助/Help] v3.11.9部署融合云 host服务启动失败导致telegraf无法启动 #393
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' |