-
Notifications
You must be signed in to change notification settings - Fork 116
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
fixed the auto-cherry-picking issue cause due github action failure #14016
fixed the auto-cherry-picking issue cause due github action failure #14016
Conversation
66481bc
to
90d7235
Compare
90d7235
to
00744de
Compare
@jyejare @Gauravtalreja1 Can we please review this on priority and merge? |
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.
That was the wrong action run I added in the comment, see this one https://github.com/omkarkhatavkar/robottelo/actions/runs/7830716259/job/21365439760, it works fine. |
…atelliteQE#14016) fixed the auto-cherry-picking issue cause due git-hub action failure
Problem Statement
Previously, community GitHub actions were encountering issues where they persisted in identifying base issues even after they had been merged, failing to trigger issue creation as intended. Despite thorough testing, these issues persisted, prompting a reassessment of the underlying logic.
Solution
To address this recurring problem, I have implemented a custom bash script to ensure accurate behavior and resolve the persistence of identifying merged base issues. By relying on our bash script, I aim to mitigate these issues effectively. Further testing is required to validate the efficacy of this solution thoroughly.
Related Issues
many cherrypicks are not getting raised :
https://github.com/SatelliteQE/robottelo/actions/workflows/auto_cherry_pick.yml?query=is%3Afailure
https://github.com/SatelliteQE/robottelo/actions/runs/7819038827
Tested Conditions
Cherry-Pick Failure -> Create Issue:
https://github.com/omkarkhatavkar/robottelo/actions/runs/7830716259/job/21365439760
Cherry-Pick Failure -> Still PR was created -> No issue should be created
https://github.com/omkarkhatavkar/robottelo/actions/runs/7830295405/job/21363996182
Cherry-Pick Success with PRT Comment
https://github.com/omkarkhatavkar/robottelo/actions/runs/7830544273/job/21364838469
Cherry-Pick Success with No PRT Comment
https://github.com/omkarkhatavkar/robottelo/actions/runs/7830418652/job/21364411904