mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
Activate automatic label sync
This commit is contained in:
parent
cde2357ea1
commit
e413b05d74
17
.github/workflows/sync-labels.yml
vendored
17
.github/workflows/sync-labels.yml
vendored
@ -1,13 +1,13 @@
|
|||||||
name: Sync labels
|
name: Sync labels
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: {}
|
workflow_dispatch: {}
|
||||||
# schedule:
|
schedule:
|
||||||
# - cron: "0 2 * * *" # 2am 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
|
||||||
@ -16,7 +16,6 @@ jobs:
|
|||||||
vector-im/element-web
|
vector-im/element-web
|
||||||
.github/labels.yml
|
.github/labels.yml
|
||||||
DELETE: true
|
DELETE: true
|
||||||
# WET: true
|
WET: true
|
||||||
WET: false
|
|
||||||
secrets:
|
secrets:
|
||||||
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user