From 1666f084b81514d649f7801618836b3023690e44 Mon Sep 17 00:00:00 2001
From: "Openverse (Bot)" <101814513+openverse-bot@users.noreply.github.com>
Date: Tue, 18 Oct 2022 17:17:12 +1100
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Synced=20file(s)=20with=20WordPr?=
 =?UTF-8?q?ess/openverse=20(#980)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Co-authored-by: openverse-bot <null>
---
 .github/subscribe_to_label.json          |  8 ++++++++
 .github/workflows/subscribe_to_label.yml | 14 ++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 .github/subscribe_to_label.json
 create mode 100644 .github/workflows/subscribe_to_label.yml

diff --git a/.github/subscribe_to_label.json b/.github/subscribe_to_label.json
new file mode 100644
index 000000000..cab54ca30
--- /dev/null
+++ b/.github/subscribe_to_label.json
@@ -0,0 +1,8 @@
+{
+  "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 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 }}"