mirror of
https://gitee.com/antv/g6.git
synced 2024-11-29 18:28:19 +08:00
chore: update auto close issue
This commit is contained in:
parent
b317ddce12
commit
5793bd8b9f
2
.github/workflows/auto_close_issue.yml
vendored
2
.github/workflows/auto_close_issue.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Close Outdate issue
|
||||
if: ${{ github.event.label.name == 'Outdate' }}
|
||||
if: ${{ github.event.label.name == 'Outdate' || github.event.label.name == 'stale' }}
|
||||
uses: peter-evans/close-issue@v1
|
||||
with:
|
||||
comment: |
|
||||
|
Loading…
Reference in New Issue
Block a user