Skip to content

Commit 5c564a8

Browse files
0x-r4bbit3esmit
authored andcommitted
chore(workflows): add-pr-to-project-board only trigger on opened
This is to avoid getting these failing CI tasks where adding a PR to the board fails when it was already added before (happens when pushing into an existing PR).
1 parent 03bc655 commit 5c564a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Add PR to task board
22

33
on:
44
pull_request:
5+
types:
6+
- opened
57

68
jobs:
79
add-to-project:

0 commit comments

Comments
 (0)