Skip to content

Commit

Permalink
Merge pull request #18126 from chaodaiG/fix-autobump3
Browse files Browse the repository at this point in the history
Autobumper dedup based on prow instance name
  • Loading branch information
k8s-ci-robot committed Jun 30, 2020
2 parents 70b64f5 + 06e0b33 commit 1dca612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow/cmd/autobump/autobump.sh
Expand Up @@ -118,7 +118,7 @@ create-gh-pr() {
/pr-creator \
--github-token-path="${token}" \
--org="${GH_ORG}" --repo="${GH_REPO}" --branch=master \
--title="${title}" --match-title="Bump prow from" \
--title="${title}" --match-title="Bump ${PROW_INSTANCE_NAME} from" \
--body="${body}" \
--source="${user}:autobump-${PROW_INSTANCE_NAME}" \
--confirm
Expand Down

0 comments on commit 1dca612

Please sign in to comment.