Skip to content

Commit

Permalink
Make it preeeeeetty
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes committed Nov 21, 2023
1 parent 8dae356 commit be0de44
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit be0de44

Please sign in to comment.