Add messages for config changes (#3803)
* Automatically label Wasmtime `Config` object changes * Add the "Label Messager" github action This allows us to have custom messages left in comments on issues and pull requests when they get labeled with a specific label. * Add a message for `wasmtime:config`-labeled pull requests * CI: Consolidate issue/PR triage workflows
This commit is contained in:
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
@@ -66,6 +66,10 @@
|
||||
"wasmtime:c-api":
|
||||
- "crates/c-api/**"
|
||||
|
||||
"wasmtime:config":
|
||||
- "crates/wasmtime/src/config.rs"
|
||||
- "crates/wasmtime/src/config/**"
|
||||
|
||||
"wasmtime:docs":
|
||||
- "*.md"
|
||||
- "docs/**"
|
||||
|
||||
Reference in New Issue
Block a user