[go: up one dir, main page]

Menu

[139b89]: / .github / labeler.yml  Maximize  Restore  History

Download this file

28 lines (21 with data), 298 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
documentation:
- "docs/*"
- "docs/**/*"
- "README.md"
workflows:
- ".github/*"
- ".github/**/*"
automod:
- "src/automod/*"
- "src/automod/**/*"
api:
- "src/api/*"
- "src/api/**/*"
commands:
- "src/commands/*"
- "src/commands/**/*"
setup-script:
- "setup.js"
tests:
- "tests/*"
- "tests/**/*"