Set up label sync for testing

This commit is contained in:
Johannes Marbach 2023-11-29 13:17:14 +01:00
parent 5b7f230d20
commit 92298641ac
2 changed files with 22 additions and 0 deletions

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

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

@ -0,0 +1,22 @@
name: Sync labels
on:
workflow_dispatch: {}
# schedule:
# - cron: "0 2 * * *" # 2am every day
# 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-web
.github/labels.yml
DELETE: true
# WET: true
WET: false
secrets:
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}