diff --git a/.github/workflows/subscribe_to_label.yml b/.github/workflows/subscribe_to_label.yml new file mode 100644 index 0000000000..9fb70d6a97 --- /dev/null +++ b/.github/workflows/subscribe_to_label.yml @@ -0,0 +1,14 @@ +name: "Subscribe to Label" +# link: https://github.com/bytecodealliance/subscribe-to-label-action + +on: + issues: + types: ["labeled"] + +jobs: + subscribe: + runs-on: ubuntu-latest + steps: + - uses: bytecodealliance/subscribe-to-label-action@v1 + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}"