File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
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:"
You can’t perform that action at this time.
0 commit comments