-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlabeler-config.yml
More file actions
18 lines (18 loc) · 715 Bytes
/
labeler-config.yml
File metadata and controls
18 lines (18 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
"package: multi-semantic-release":
- changed-files:
- any-glob-to-any-file: "packages/multi-semantic-release/**/*"
"package: rc":
- changed-files:
- any-glob-to-any-file: "packages/rc/**/*"
"package: semantic-release-clean-package-json":
- changed-files:
- any-glob-to-any-file: "packages/semantic-release-clean-package-json/**/*"
"package: semantic-release-pnpm":
- changed-files:
- any-glob-to-any-file: "packages/semantic-release-pnpm/**/*"
"package: semantic-release-preset":
- changed-files:
- any-glob-to-any-file: "packages/semantic-release-preset/**/*"
"documentation":
- changed-files:
- any-glob-to-any-file: "docs/**/*"