Enable label sync workflow

pull/26674/head
Johannes Marbach 2023-11-29 11:26:52 +01:00 committed by GitHub
parent bcec77c946
commit 98e860a8a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 8 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