Skip to content

Commit

Permalink
ci: fixup labels workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
da2ce7 committed Oct 11, 2023
1 parent 97ca502 commit 483cc04
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,30 @@
name: Manage Labels
on:
workflow_dispatch:
push:
branches:
- develop
paths:
- "/.github/labels.json"

jobs:
labels:
export:
runs-on: ubuntu-latest

steps:
- id: export
- id: backup
name: Export Labels to Workflow Artifacts
uses: EndBug/export-label-config@v1

sync:
needs: export
runs-on: ubuntu-latest

steps:
- id: checkout
name: Checkout Repository
uses: actions/checkout@v4

- id: sync
name: Apply Labels from File
uses: EndBug/label-sync@v2
Expand Down

0 comments on commit 483cc04

Please sign in to comment.