Skip to content

Commit 0ec9e28

Browse files
authored
Merge pull request #107 from jduimovich/update-promote-script
Update promote script
2 parents 3e20df9 + 7a67c92 commit 0ec9e28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hack/rhtap-promote

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ function createPR() {
8282
fi
8383
if grep -q github.com <<< "$REPO"; then
8484
git push --set-upstream origin $BRANCH
85-
gh repo set-default $MY_GITHUB_USER/$(basename $REPO .git)
86-
gh pr create --title "$BRANCH" --body "$TITLE"
85+
gh pr create --title "$BRANCH" --body "$TITLE" -R $REPO
8786
return
8887
fi
8988
}

0 commit comments

Comments
 (0)