From b1f17e0a9fed9285af5596d607c0a8c65c433bc8 Mon Sep 17 00:00:00 2001 From: Harpo Harbert Date: Thu, 22 Feb 2024 14:43:09 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=20Sync=20labels?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/labels.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/labels.yml diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml new file mode 100644 index 0000000..26689a5 --- /dev/null +++ b/.github/workflows/labels.yml @@ -0,0 +1,12 @@ +name: 🏷 Sync labels +on: + workflow_dispatch: + +permissions: + issues: write + +jobs: + labels: + name: 🔄 Sync labels + uses: WGBH-MLA/.github/.github/workflows/labels.yml@main +