chore: update auto close issue

This commit is contained in:
Aaron 2024-07-05 16:18:22 +08:00
parent b317ddce12
commit 5793bd8b9f

View File

@ -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: |