From 5b9cc5f66cc5949e13e24160645805fbf69456fd Mon Sep 17 00:00:00 2001 From: openverse-bot Date: Mon, 17 Oct 2022 18:19:44 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Created=20local=20'.github/workf?= =?UTF-8?q?lows/subscribe=5Fto=5Flabel.yml'=20from=20remote=20'.github/wor?= =?UTF-8?q?kflows/subscribe=5Fto=5Flabel.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/subscribe_to_label.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/subscribe_to_label.yml diff --git a/.github/workflows/subscribe_to_label.yml b/.github/workflows/subscribe_to_label.yml new file mode 100644 index 000000000..9fb70d6a9 --- /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 }}"