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:
Nick Fitzgerald
2022-02-15 14:09:03 -08:00
committed by GitHub
parent 6ffcd4ead9
commit 57618f746a
6 changed files with 92 additions and 30 deletions

4
.github/labeler.yml vendored
View File

@@ -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/**"