Skip to content

Commit 8820651

Browse files
committed
Added config YAML for todo bot
1 parent b85f8f8 commit 8820651

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
todo:
2+
autoAssign: true
3+
keyword: ['FIXME','TODO','%TODO','%FIXME','@todo','@fixme']
4+
bodyKeyword: ['@body','BODY']
5+
blobLines: 5
6+
caseSensitive: false
7+
label: true
8+
reopenClosed: true
9+
exclude: null

0 commit comments

Comments
 (0)