Skip to content

Commit 7279041

Browse files
committed
ci: fix update new issue trigger
1 parent 85315df commit 7279041

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update_new_issue.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Update new issue
22

33
on:
4-
workflow_call:
4+
issues:
5+
types:
6+
- opened
57

68
jobs:
79
label_issues:

0 commit comments

Comments
 (0)