diff options
| author | 2023-07-22 09:27:27 +0800 | |
|---|---|---|
| committer | 2023-07-22 09:27:27 +0800 | |
| commit | 5902e1b0959c44b4176efccdbfe8dfdb7d912569 (patch) | |
| tree | 015a339cf01d7bc5405c0a27d5578c1691001023 /.github/config.yml | |
| parent | d3cbb7284506d5c8e720136b639f88081b880201 (diff) | |
| download | TRPGNivis-5902e1b0959c44b4176efccdbfe8dfdb7d912569.tar.gz TRPGNivis-5902e1b0959c44b4176efccdbfe8dfdb7d912569.zip | |
1
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 |
