Skip to content

Commit c9ff17a

Browse files
committed
Fix project automation
1 parent 7ea3197 commit c9ff17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Process Project Submission
22

33
on:
44
issues:
5-
types: [edited]
5+
types: [opened, edited, labeled]
66

77
jobs:
88
process-issue:

0 commit comments

Comments
 (0)