Make it preeeeeetty

pull/26612/head
Johannes Marbach 2023-11-21 14:04:28 +01:00
parent 8dae3562e9
commit be0de442a2
1 changed files with 13 additions and 13 deletions

View File

@ -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 }}