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