Skip to content

Commit

Permalink
Create sync-labels.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thclark authored Jun 11, 2024
1 parent 4799399 commit 6025b4a
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/sync-labels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Sync Labels

on:
push:
branches:
- main
paths:
# The labels file
- labels.yml
# This workflow
- .github/workflows/sync-labels.yaml

workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Sync Labels
uses: micnncim/action-label-syncer@v1
with:
manifest: labels.yml
prune: true
repository: |
GulfWindTech/.github
GulfWindTech/dlc-service
GulfWindTech/openfast-service
GulfWindTech/turbsim-service
token: ${{ secrets.LABEL_SYNC_TOKEN_GITHUB }}

0 comments on commit 6025b4a

Please sign in to comment.