mirror of https://github.com/vector-im/riot-web
Make it preeeeeetty
parent
8dae3562e9
commit
be0de442a2
|
@ -1,16 +1,16 @@
|
||||||
name: Sync labels
|
name: Sync labels
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: {}
|
workflow_dispatch: {}
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- develop
|
||||||
paths:
|
paths:
|
||||||
- .github/labels.yml
|
- .github/labels.yml
|
||||||
jobs:
|
jobs:
|
||||||
call-sync:
|
call-sync:
|
||||||
uses: vector-im/element-meta/.github/workflows/sync-labels.yml@develop
|
uses: vector-im/element-meta/.github/workflows/sync-labels.yml@develop
|
||||||
inputs:
|
inputs:
|
||||||
LABELS: |
|
LABELS: |
|
||||||
.github/labels.yml
|
.github/labels.yml
|
||||||
secrets:
|
secrets:
|
||||||
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue