Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 03c9f67

Browse files
add stale bot
1 parent bc3a7b8 commit 03c9f67

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

‎.github/stale.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Configuration for probot-stale - https://github.com/probot/stale
2+
3+
# Number of days of inactivity before an Issue or Pull Request becomes stale
4+
daysUntilStale: 30
5+
6+
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
7+
exemptLabels: []
8+
9+
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
10+
# onlyLabels:
11+
# - TestLabel
12+
13+
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
14+
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
15+
daysUntilClose: 2
16+
17+
# Label to use when marking as stale
18+
staleLabel: stale
19+
20+
# Comment to post when marking as stale. Set to `false` to disable
21+
markComment: >
22+
This pull request has been automatically marked as stale because it didn't have any recent activity. It will be closed if no further activity occurs. Thank you
23+
for your contributions.
24+
closeComment: >
25+
This pull request is closed. Thank you.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /