Skip to content

Commit

Permalink
Set up label syncing automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes committed Nov 27, 2023
1 parent 7d66cad commit cfa6b61
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Empty file added .github/labels.yml
Empty file.
20 changes: 20 additions & 0 deletions .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Sync labels
on:
workflow_dispatch: {}
# Disabled for now while we're testing
# push:
# branches:
# - develop
# paths:
# - .github/labels.yml
jobs:
sync-labels:
uses: vector-im/element-meta/.github/workflows/sync-labels.yml@develop
with:
LABELS: |
vector-im/element-meta
.github/labels.yml
DELETE: true
WET: false
secrets:
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}

0 comments on commit cfa6b61

Please sign in to comment.