bzp2010 commented on a change in pull request #2169: URL: https://github.com/apache/apisix-dashboard/pull/2169#discussion_r727698311
########## 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: Maybe you can take a whole month up. How about 30 days? -- 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]
