[
https://issues.apache.org/jira/browse/BEAM-4423?focusedWorklogId=109284&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-109284
]
ASF GitHub Bot logged work on BEAM-4423:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Jun/18 04:17
Start Date: 06/Jun/18 04:17
Worklog Time Spent: 10m
Work Description: kennknowles closed pull request #5532: [BEAM-4423] Mark
pull requests stale after 60 days; close 7 days after warning
URL: https://github.com/apache/beam/pull/5532
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 00000000000..ea86c964141
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,27 @@
+# Configuration for probot-stale - https://github.com/probot/stale
+
+# Issues or Pull Requests with these labels will never be considered stale.
Set to `[]` to disable
+exemptLabels:
+ - pinned
+ - security
+
+# Limit to only `issues` or `pulls`
+only: pulls
+
+# Configuration settings that are specific to just 'issues' or 'pulls':
+pulls:
+ daysUntilStale: 60
+ daysUntilClose: 7
+ markComment: >
+ This pull request has been marked as stale due to 60 days of inactivity.
+ It will be closed in 1 week if no further activity occurs. If you think
+ that’s incorrect or this pull request requires a review, please simply
+ write any comment. If closed, you can revive the PR at any time and
@mention
+ a reviewer or discuss it on the [email protected] list.
+ Thank you for your contributions.
+ unmarkComment: >
+ This pull request is no longer marked as stale.
+ closeComment: >
+ This pull request has been closed due to lack of activity. If you think
that
+ is incorrect, or the pull request requires review, you can revive the PR at
+ any time.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 109284)
Time Spent: 1h 10m (was: 1h)
> Automatically clean-up stale pull requests
> ------------------------------------------
>
> Key: BEAM-4423
> URL: https://issues.apache.org/jira/browse/BEAM-4423
> Project: Beam
> Issue Type: Improvement
> Components: build-system
> Reporter: Scott Wegner
> Assignee: Alan Myrvold
> Priority: Minor
> Labels: github, infra
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> See conversation on the [dev@
> list|https://lists.apache.org/thread.html/bda552ea7073ca165aaf47034610afafe22d589e386525023d33609e@%3Cdev.beam.apache.org%3E]
> We have many pull requests which have gone inactive for one reason or
> another. These accumulate over time and make it more difficult to track
> active pull requests. The idea is to have some policy and automation around
> cleaning up stale PR's.
> For example:
> * Add a comment after X weeks stating the stale PR policy and that this PR
> will be closed if there is no activity in X days
> * If there is still no activity after X additional days, close the PR.
> We should explore tools that are already built for this, such as
> https://github.com/probot/stale
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)