mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 13:39:58 +01:00
Set up label sync for testing
This commit is contained in:
parent
5b7f230d20
commit
92298641ac
0
.github/labels.yml
vendored
Normal file
0
.github/labels.yml
vendored
Normal file
22
.github/workflows/sync-labels.yml
vendored
Normal file
22
.github/workflows/sync-labels.yml
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
name: Sync labels
|
||||||
|
on:
|
||||||
|
workflow_dispatch: {}
|
||||||
|
# schedule:
|
||||||
|
# - cron: "0 2 * * *" # 2am every day
|
||||||
|
# push:
|
||||||
|
# branches:
|
||||||
|
# - develop
|
||||||
|
# paths:
|
||||||
|
# - .github/labels.yml
|
||||||
|
jobs:
|
||||||
|
sync-labels:
|
||||||
|
uses: vector-im/element-meta/.github/workflows/sync-labels.yml@develop
|
||||||
|
with:
|
||||||
|
LABELS: |
|
||||||
|
vector-im/element-web
|
||||||
|
.github/labels.yml
|
||||||
|
DELETE: true
|
||||||
|
# WET: true
|
||||||
|
WET: false
|
||||||
|
secrets:
|
||||||
|
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user