juzhiyuan commented on a change in pull request #2169: URL: https://github.com/apache/apisix-dashboard/pull/2169#discussion_r727687928
########## File path: .github/workflows/stale.yml ########## @@ -0,0 +1,46 @@ +on: + workflow_dispatch: + schedule: + - cron: '0 10 * * *' + +jobs: + prune_stale: + name: Prune Stale + runs-on: ubuntu-latest + + steps: + - name: Prune Stale + uses: actions/[email protected] + with: + days-before-issue-stale: 350 Review comment: Actually, I'm not so sure how long it's appropriate 😂 For the Dashboard project, due to we don't have too much complicated work, how about using 21 days? ########## File path: .github/workflows/stale.yml ########## @@ -0,0 +1,46 @@ +on: + workflow_dispatch: + schedule: + - cron: '0 10 * * *' + +jobs: + prune_stale: + name: Prune Stale + runs-on: ubuntu-latest + + steps: + - name: Prune Stale + uses: actions/[email protected] + with: + days-before-issue-stale: 350 Review comment: +1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
