Merge pull request #26674 from vector-im/Johennes-patch-1

pull/26697/head
Johannes Marbach 2023-11-29 12:54:47 +01:00 committed by GitHub
commit fb963b9242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 9 deletions

View File

@ -1,14 +1,13 @@
name: Sync labels
on:
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
schedule:
- cron: "0 1 * * *" # 1am every day
push:
branches:
- develop
paths:
- .github/labels.yml
jobs:
sync-labels:
uses: vector-im/element-meta/.github/workflows/sync-labels.yml@develop
@ -17,6 +16,6 @@ jobs:
vector-im/element-meta
.github/labels.yml
DELETE: true
WET: false
WET: true
secrets:
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}