From cfa6b61406467710565b532106a7d34336a0aab7 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Mon, 27 Nov 2023 20:08:51 +0100 Subject: [PATCH] Set up label syncing automation --- .github/labels.yml | 0 .github/workflows/sync-labels.yml | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .github/labels.yml create mode 100644 .github/workflows/sync-labels.yml diff --git a/.github/labels.yml b/.github/labels.yml new file mode 100644 index 0000000..e69de29 diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml new file mode 100644 index 0000000..dd4ac4f --- /dev/null +++ b/.github/workflows/sync-labels.yml @@ -0,0 +1,20 @@ +name: Sync labels +on: + workflow_dispatch: {} + # Disabled for now while we're testing + # push: + # branches: + # - develop + # paths: + # - .github/labels.yml +jobs: + sync-labels: + uses: vector-im/element-meta/.github/workflows/sync-labels.yml@develop + with: + LABELS: | + vector-im/element-meta + .github/labels.yml + DELETE: true + WET: false + secrets: + ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}