Skip to content

Commit a2aa86e

Browse files
authored
Exclude draft PRs from adding to board (#481)
2 parents 2420653 + fda2dad commit a2aa86e

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)