Skip to content

Commit 050b27a

Browse files
committed
ci: export labels using workflow
1 parent d415939 commit 050b27a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/labels.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Manage Labels
2+
on:
3+
workflow_dispatch:
4+
5+
jobs:
6+
labels:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- id: export
11+
name: Export Labels to Workflow Artifacts
12+
uses: EndBug/export-label-config@v1

0 commit comments

Comments
 (0)