Enable the "Subscribe to Label" github action

This allows users to follow certain labels and automatically get @-mentioned
when they are applied to an issue or a pull request.

See https://github.com/bytecodealliance/subscribe-to-label-action for details.

Fixes #1234
This commit is contained in:
Nick Fitzgerald
2020-03-10 15:17:39 -07:00
parent e364633c39
commit 9c9da1dfda
2 changed files with 16 additions and 0 deletions

3
.github/subscribe-to-label.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"peterhuene": ["wasmtime:api", "wasmtime:c-api"]
}