diff options
| -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..19627a1 --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,7 @@ +todo: + autoAssign: true + keyword: ["@todo","@TODO","TODO","#TODO"] + bodyKeyword: ['@body','@BODY','BODY','#BODY'] + blobLines: 10 + label: ['todo'] + |
