mirror of https://github.com/vector-im/riot-web
Make it preeeeeetty
parent
8dae3562e9
commit
be0de442a2
|
@ -1,16 +1,16 @@
|
|||
name: Sync labels
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
paths:
|
||||
- .github/labels.yml
|
||||
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 }}
|
||||
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 New Issue