Skip to content

Commit

Permalink
ci(workflows): only add opened PRs to project board
Browse files Browse the repository at this point in the history
Otherwise the automation will signal failure every time one pushes into
an existing PR.
  • Loading branch information
0x-r4bbit committed Feb 22, 2024
1 parent 66ba281 commit d02d6f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/add-prs-to-review-to-vac-board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Add PRs to review Vac task board

on:
pull_request:
types:
- opened

jobs:
add-to-project:
Expand Down

0 comments on commit d02d6f7

Please sign in to comment.