jcamachor commented on a change in pull request #1049:
URL: https://github.com/apache/hive/pull/1049#discussion_r435507340



##########
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:
       Oh, I did not realize that. Yes, I think making them explicit may be 
better.




----------------------------------------------------------------
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]

Reply via email to