kgyrtkirk commented on a change in pull request #1049:
URL: https://github.com/apache/hive/pull/1049#discussion_r435467034
##########
File path: .github/workflows/stale.yml
##########
@@ -0,0 +1,15 @@
+name: "Close stale pull requests"
+on:
+ schedule:
+ - cron: "0 0 * * *"
+
+jobs:
+ stale:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/stale@v3
+ with:
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
+ stale-pr-message: 'This pull request has been automatically marked as
stale because it has not had recent activity. It will be closed if no further
activity occurs.'
+ exempt-pr-labels: 'awaiting-approval,work-in-progress'
+ stale-pr-label: stale
Review comment:
I thinked that we could use the defaults which are 60/7 respectively
https://github.com/actions/stale/blob/master/action.yml
should I add them to make it clearer?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]