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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
545 B
YAML
Raw Normal View History

name: Sync labels
on:
2023-11-21 21:04:28 +08:00
workflow_dispatch: {}
2023-11-29 18:26:52 +08:00
schedule:
- cron: "0 1 * * *" # 1am every day
push:
branches:
- develop
paths:
- .github/labels.yml
jobs:
sync-labels:
2023-11-21 21:04:28 +08:00
uses: vector-im/element-meta/.github/workflows/sync-labels.yml@develop
2023-11-21 21:14:59 +08:00
with:
2023-11-21 21:04:28 +08:00
LABELS: |
vector-im/element-meta
2023-11-21 21:04:28 +08:00
.github/labels.yml
DELETE: true
WET: false
2023-11-21 21:04:28 +08:00
secrets:
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}