Skip to content

Commit

Permalink
Merge pull request #26674 from vector-im/Johennes-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes authored Nov 29, 2023
2 parents bcec77c + e493ef1 commit fb963b9
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 }}

0 comments on commit fb963b9

Please sign in to comment.