Skip to content

Commit fda2dad

Browse files
committed
Exclude draft PRs from adding to board
1 parent 2420653 commit fda2dad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/opened-prs-to-the-board.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55

66
jobs:
77
add-pr-to-the-kanban-board:
8+
if: github.event.pull_request.draft == false
89
runs-on: ubuntu-latest
910
steps:
1011
- uses: actions/[email protected]

0 commit comments

Comments
 (0)