-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(RELEASE-1205): create engine rule for release catalog #1420
Conversation
Signed-off-by: Jing Qi <[email protected]>
Skipping CI for Draft Pull Request. |
247af61
to
6086fc2
Compare
/retest |
func GetPairedCommitSha(repoForPairing string, rctx *rulesengine.RuleCtx) string { | ||
var pullRequests []gh.PullRequest | ||
|
||
url := fmt.Sprintf("https://api.github.com/repos/redhat-appstudio/%s/pulls?per_page=100", repoForPairing) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be also changed to konflux-ci
? Or not yet. Not idea, just asking.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Updated
Signed-off-by: Jing Qi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: psturc The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…i#1420) * fix: update_repo in release const.go Signed-off-by: Jing Qi <[email protected]> * feat(RELEASE-1205): create engine rule for release catalog Signed-off-by: Jing Qi <[email protected]> --------- Signed-off-by: Jing Qi <[email protected]>
Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
Issue ticket number and link
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: