mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
17 lines
342 B
YAML
17 lines
342 B
YAML
|
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 }}
|