Skip to content

Commit 5802f65

Browse files
committed
feat: add ranger configuration
1 parent 31dd0a4 commit 5802f65

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/ranger.yml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Configuration for the repo ranger bot
2+
# See docs: https://www.notion.so/Documentation-8d7627bb1f3c42b7b1820e8d6f157a57#9879d1374fab4d1f9c607c230fd5123d
3+
default:
4+
close:
5+
# Default time to wait before closing the label. Can either be a number in milliseconds
6+
# or a string specified by the `ms` package (https://www.npmjs.com/package/ms)
7+
delay: "3 days"
8+
9+
# Default comment to post when an issue is first marked with a closing label
10+
comment: "⚠️ This issue has been marked $LABEL and will be closed in $DELAY."
11+
12+
labels:
13+
duplicate: close
14+
wontfix: close
15+
"squash when passing": merge
16+
"rebase when passing": merge
17+
"merge when passing": merge
18+
stale:
19+
action: close
20+
delay: 7 days
21+
comment: "⚠️ This issue has been marked stale and will automatically be closed in $DELAY."
22+
'new contributor':
23+
action: comment
24+
delay: 5s
25+
message: "Thanks for making your first contribution! :slightly_smiling_face:"

0 commit comments

Comments
 (0)