Set up rudimentary workflow for manually triggering label sync

pull/26612/head
Johannes Marbach 2023-11-21 13:57:41 +01:00
parent b4891715c0
commit 8dae3562e9
2 changed files with 16 additions and 0 deletions

0
.github/labels.yml vendored Normal file
View File

16
.github/workflows/sync-labels.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Sync labels
on:
workflow_dispatch: {}
push:
branches:
- develop
paths:
- .github/labels.yml
jobs:
call-sync:
uses: vector-im/element-meta/.github/workflows/sync-labels.yml@develop
inputs:
LABELS: |
.github/labels.yml
secrets:
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}