mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
Merge pull request #26612 from vector-im/johannes/sync-labels
This commit is contained in:
commit
21cf6edae6
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