Skip to content

Commit

Permalink
Update comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
aaradhak committed Nov 26, 2024
1 parent 5039e53 commit 460d6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/bump-jenkins-plugins.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ node {
git push -f https://\${GHUSER}:\${GHTOKEN}@github.com/${fork_repo} main:${pr_branch}
""")

// Create a PR against the "coreos:main" repo
// Create a PR against "coreos: fedora-coreos-pipeline:main" repo
def response = shwrapCapture("""
curl -H "Authorization: token ${GHTOKEN}" -X POST -d '{ "title": "${message}", "head": "coreosbot-releng:${pr_branch}", "base": "main" }' https://api.github.com/repos/${repo}/pulls --fail
""")
Expand Down

0 comments on commit 460d6dc

Please sign in to comment.