Enable label sync workflow
This commit is contained in:
parent
bcec77c946
commit
98e860a8a8
1 changed files with 7 additions and 8 deletions
15
.github/workflows/sync-labels.yml
vendored
15
.github/workflows/sync-labels.yml
vendored
|
@ -1,14 +1,13 @@
|
||||||
name: Sync labels
|
name: Sync labels
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: {}
|
workflow_dispatch: {}
|
||||||
# Disabled while we're setting this up and testing it
|
schedule:
|
||||||
# schedule:
|
- cron: "0 1 * * *" # 1am every day
|
||||||
# - cron: "0 2 * * *" # 2am every day
|
push:
|
||||||
# push:
|
branches:
|
||||||
# branches:
|
- develop
|
||||||
# - develop
|
paths:
|
||||||
# paths:
|
- .github/labels.yml
|
||||||
# - .github/labels.yml
|
|
||||||
jobs:
|
jobs:
|
||||||
sync-labels:
|
sync-labels:
|
||||||
uses: vector-im/element-meta/.github/workflows/sync-labels.yml@develop
|
uses: vector-im/element-meta/.github/workflows/sync-labels.yml@develop
|
||||||
|
|
Loading…
Reference in a new issue