Skip to content

Commit 291ff12

Browse files
authored
ci: add documentation [skip ci]
1 parent 3abbcfb commit 291ff12

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/label-commenter-config.yml

+12
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,15 @@ labels:
113113
action: close
114114
locking: lock
115115
lock_reason: resolved
116+
- name: documentation
117+
labeled:
118+
issue:
119+
body: |
120+
Thank you for suggesting documentation improvement.
121+
pr:
122+
body: |
123+
Thank you for suggesting documentation improvement.
124+
When you add a new section, do not forget to update the Table of Contents.
125+
```sh
126+
npx [email protected] --github README.md
127+
```

0 commit comments

Comments
 (0)