Create stale_action

This commit is contained in:
Donald Zou 2025-06-24 16:15:36 +08:00 committed by GitHub
parent 90e6409b1e
commit 6a0348e9dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
.github/workflows/stale_action vendored Normal file
View File

@ -0,0 +1,6 @@
- name: Close Stale Issues
uses: actions/stale@v9.1.0
permission:
actions: write
contents: write # only for delete-branch option
issues: write