Skip to content

Commit 48efa5d

Browse files
authored
feat(ci): add ci jobs to sync labels (#385)
1 parent 595cfea commit 48efa5d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/sync-labels.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Sync labels from catalyst-ci
2+
3+
on:
4+
workflow_dispatch:
5+
repository_dispatch:
6+
types: [catalyst-labels-updated]
7+
8+
permissions:
9+
issues: write
10+
11+
jobs:
12+
sync:
13+
uses: input-output-hk/catalyst-ci/.github/workflows/sync-labels.yml@master

0 commit comments

Comments
 (0)