mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Make it preeeeeetty
This commit is contained in:
parent
8dae3562e9
commit
be0de442a2
26
.github/workflows/sync-labels.yml
vendored
26
.github/workflows/sync-labels.yml
vendored
@ -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
Block a user