mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
Set up rudimentary workflow for manually triggering label sync
This commit is contained in:
parent
b4891715c0
commit
8dae3562e9
2 changed files with 16 additions and 0 deletions
0
.github/labels.yml
vendored
Normal file
0
.github/labels.yml
vendored
Normal file
16
.github/workflows/sync-labels.yml
vendored
Normal file
16
.github/workflows/sync-labels.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
name: Sync labels
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
paths:
|
||||
- .github/labels.yml
|
||||
jobs:
|
||||
call-sync:
|
||||
uses: vector-im/element-meta/.github/workflows/sync-labels.yml@develop
|
||||
inputs:
|
||||
LABELS: |
|
||||
.github/labels.yml
|
||||
secrets:
|
||||
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
Loading…
Reference in a new issue