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

22 lines
546 B
YAML
Raw Normal View History

name: Sync labels
on:
2023-11-21 14:04:28 +01:00
workflow_dispatch: {}
2023-11-29 11:26:52 +01:00
schedule:
- cron: "0 1 * * *" # 1am every day
push:
branches:
- develop
paths:
- .github/labels.yml
jobs:
sync-labels:
2023-12-12 11:31:44 +01:00
uses: element-hq/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: |
2023-12-12 11:31:44 +01:00
element-hq/element-meta
2023-11-21 14:04:28 +01:00
.github/labels.yml
DELETE: true
2023-11-29 11:44:55 +01:00
WET: true
2023-11-21 14:04:28 +01:00
secrets:
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}