mirror of https://github.com/vector-im/riot-web
Merge pull request #26674 from vector-im/Johennes-patch-1
commit
fb963b9242
|
@ -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
|
||||||
|
@ -17,6 +16,6 @@ jobs:
|
||||||
vector-im/element-meta
|
vector-im/element-meta
|
||||||
.github/labels.yml
|
.github/labels.yml
|
||||||
DELETE: true
|
DELETE: true
|
||||||
WET: false
|
WET: true
|
||||||
secrets:
|
secrets:
|
||||||
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue