Skip to content

Commit

Permalink
Merge pull request #26612 from vector-im/johannes/sync-labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes authored Nov 21, 2023
2 parents b489171 + be0de44 commit 21cf6ed
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Empty file added .github/labels.yml
Empty file.
16 changes: 16 additions & 0 deletions .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 21cf6ed

Please sign in to comment.