mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Merge pull request #26674 from vector-im/Johennes-patch-1
This commit is contained in:
commit
fb963b9242
1 changed files with 8 additions and 9 deletions
17
.github/workflows/sync-labels.yml
vendored
17
.github/workflows/sync-labels.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue