[ 
https://issues.apache.org/jira/browse/HIVE-23590?focusedWorklogId=441494&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-441494
 ]

ASF GitHub Bot logged work on HIVE-23590:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Jun/20 19:44
            Start Date: 04/Jun/20 19:44
    Worklog Time Spent: 10m 
      Work Description: 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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 441494)
    Time Spent: 50m  (was: 40m)

> Close stale PRs automatically
> -----------------------------
>
>                 Key: HIVE-23590
>                 URL: https://issues.apache.org/jira/browse/HIVE-23590
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Zoltan Haindrich
>            Assignee: Zoltan Haindrich
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to