We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2420653 + fda2dad commit a2aa86eCopy full SHA for a2aa86e
1 file changed
.github/workflows/opened-prs-to-the-board.yml
@@ -5,6 +5,7 @@ on:
5
6
jobs:
7
add-pr-to-the-kanban-board:
8
+ if: github.event.pull_request.draft == false
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/add-to-project@v0.3.0
0 commit comments