Skip to content

Commit 015d5d6

Browse files
committed
helper script updated
1 parent 956adbb commit 015d5d6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/resources/scripts/pr_helper.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@ PR=159
33
# checkout pr
44
gh pr checkout $PR
55

6+
git pull origin release/release-v0.x
67

78
# npm install
89
npm install
9-
10+
git push
1011

1112
# GIT PUSH and then checks ( validate )
1213
# watching checks running
1314
watch -n 3 "gh pr checks $PR"
1415

15-
#MERGE PR
16+
17+
#MERGE PR, delete branch and merge in place of other options
1618
gh pr merge $PR -d -m
1719

0 commit comments

Comments
 (0)