diff options
| author | 2023-07-21 18:19:34 +0800 | |
|---|---|---|
| committer | 2023-07-21 18:19:34 +0800 | |
| commit | 610e826c7848db4f3b0b22ee23e4a2543723594b (patch) | |
| tree | ddd509ece368f593507d1a1ee9cea89635beb0b7 | |
| parent | e564851827da4da67aabfb4ab135ea487111b94b (diff) | |
| download | infini-610e826c7848db4f3b0b22ee23e4a2543723594b.tar.gz infini-610e826c7848db4f3b0b22ee23e4a2543723594b.zip | |
Create 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 00000000..681f0ec4 --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,7 @@ +todo: + autoAssign: true + keyword: ["@todo","@TODO"] + bodyKeyword: ['@body','@BODY'] + blobLines: 5 + label: ['todo'] + |
