diff --git a/.github/subscribe_to_label.json b/.github/subscribe_to_label.json new file mode 100644 index 0000000000..34f98eb78a --- /dev/null +++ b/.github/subscribe_to_label.json @@ -0,0 +1,4 @@ +{ + "WordPress/gutenberg-design": ["\ud83d\uddbc\ufe0f aspect: design"], + "WordPress/openverse": ["\ud83d\uddbc\ufe0f aspect: design"] +} 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 }}"