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

This commit is contained in:
Johannes Marbach 2023-11-30 16:08:17 +01:00 committed by GitHub
commit 1b3bafa2a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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