Skip to content

Commit

Permalink
🏷 Adds Label sync tool (#86)
Browse files Browse the repository at this point in the history
Adds Label sync tool
  • Loading branch information
mrharpo authored Mar 29, 2024
1 parent 0314fa9 commit fbf2b71
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: 🏷 Sync labels
on:
workflow_dispatch:

permissions:
issues: write

jobs:
labels:
name: 🔄 Sync labels
uses: WGBH-MLA/.github/.github/workflows/labels.yml@main

0 comments on commit fbf2b71

Please sign in to comment.