Merge pull request #26612 from vector-im/johannes/sync-labels

This commit is contained in:
Johannes Marbach 2023-11-21 14:12:32 +01:00 committed by GitHub
commit 21cf6edae6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

0
.github/labels.yml vendored Normal file
View file

16
.github/workflows/sync-labels.yml vendored Normal file
View 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 }}