element-web/.github/workflows/sync-labels.yml

23 lines
617 B
YAML
Raw Normal View History

name: Sync labels
on:
2023-11-21 14:04:28 +01:00
workflow_dispatch: {}
# Disabled while we're setting this up and testing it
# schedule:
# - cron: "0 2 * * *" # 2am every day
# push:
# branches:
# - develop
# paths:
# - .github/labels.yml
jobs:
sync-labels:
2023-11-21 14:04:28 +01:00
uses: vector-im/element-meta/.github/workflows/sync-labels.yml@develop
2023-11-21 14:14:59 +01:00
with:
2023-11-21 14:04:28 +01:00
LABELS: |
vector-im/element-meta
2023-11-21 14:04:28 +01:00
.github/labels.yml
DELETE: true
WET: false
2023-11-21 14:04:28 +01:00
secrets:
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}