diff options
Diffstat (limited to '.github/config.yml')
| -rw-r--r-- | .github/config.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 0000000..c87e884 --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,7 @@ +todo: + autoAssign: true + keyword: ["@todo","@TODO"] + bodyKeyword: ['@body','@BODY'] + blobLines: 5 + label: ['todo'] +
\ No newline at end of file |
