Skip to content

[BUG] scheduletask未注册Metadata与OpsLog这2个对象 #377

[BUG] scheduletask未注册Metadata与OpsLog这2个对象

[BUG] scheduletask未注册Metadata与OpsLog这2个对象 #377

Workflow file for this run

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'