Skip to content

Commit ef28a81

Browse files
author
Kristopher Turner
committed
fix: add reopened trigger to add-to-project workflow
1 parent 615473f commit ef28a81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/add-to-project.yml

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

33
on:
44
issues:
5-
types: [opened, labeled]
5+
types: [opened, reopened, labeled]
66
pull_request:
77
types: [opened, labeled]
88

0 commit comments

Comments
 (0)