mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-24 16:03:43 +08:00
fix(github-action): set issue close inactive-day to 7
This commit is contained in:
@@ -12,8 +12,8 @@ jobs:
|
||||
uses: actions-cool/issues-helper@v2
|
||||
with:
|
||||
actions: 'close-issues'
|
||||
labels: 'state/awaiting user feedback'
|
||||
inactive-day: 37
|
||||
labels: 'stale,state/awaiting user feedback'
|
||||
inactive-day: 7
|
||||
body: |
|
||||
If you do not provide feedback for more than 37 days, we will close the issue and you can either reopen it or submit a new issue.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user