Skip to content

Commit 5db13d7

Browse files
committed
Fixed import script
1 parent eb9d0bc commit 5db13d7

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/examples.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
pull_request:
8+
types: [opened, synchronize, reopened, ready_for_review]
89
branches:
910
- main
1011
concurrency:

.github/workflows/import.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
--base ${{ github.ref_name }} \
8181
--head import-pr-$GENERATION \
8282
--title "Import YDB C++ SDK $GENERATION" \
83-
--body "Automatic import of new commits from ydb repository"
83+
--body "Automatic import of new commits from ydb repository" \
84+
--draft
8485
env:
8586
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
pull_request:
8+
types: [opened, synchronize, reopened, ready_for_review]
89
branches:
910
- main
1011
concurrency:

0 commit comments

Comments
 (0)