summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorinterview-bot-ng[bot] <46227427+interview-bot-ng[bot]@users.noreply.github.com>2020-11-21 21:40:35 +0000
committerGitHub <noreply@github.com>2020-11-21 21:40:35 +0000
commit8f679cee1192d216065ed82393f4625c9e4dfb70 (patch)
tree6bcd5fe6bfedaaa027c098a2de20181619c3fa09 /.github
parent698008851b98800a942dfd2417ef946465889d6b (diff)
Import of the exercise.HEADmain
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 0000000..b17326f
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,19 @@
+pulls:
+ # Number of days of inactivity before a PR becomes stale
+ daysUntilStale: 1
+ # Number of days of inactivity before a stale PR is closed
+ daysUntilClose: 7
+ # PRs with these labels will never be considered stale
+ exemptLabels:
+ - Error
+ - Keep
+ # Label to use when marking an issue as stale
+ staleLabel: Stale
+ # Comment to post when marking an issue as stale. Set to `false` to disable
+ markComment: >
+ This pull request has been awaiting review for 24 hours. If you are a reviewer, please
+ complete your review as soon as possible. If you are unable to do so, please find someone
+ else to cover for you! If this should be kept open for other reason, assign the label `Keep`
+ and stale won't comment on it again. Otherwise in a week this candidate review will be closed.
+ # Comment to post when closing a stale issue. Set to `false` to disable
+ closeComment: false