-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add workflow to enforce PRs to Develop Branch for External Contributo… #209
Add workflow to enforce PRs to Develop Branch for External Contributo… #209
Conversation
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.
🤖🎉 Thank you for your contribution! Your pull request has been submitted successfully. A maintainer from the team will review it as soon as possible. We appreciate your support in making this project better!
@omatheusmesmo Kindly review |
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.
@Sozhan308 , hi,
I have been testing this GitHub workflow in the open-source project, and unfortunately, they did not run successfully for the originally proposed issue. I would like to ask which tests you performed and how I should proceed to test properly.
Additionally, I tested the .yml files in a private repository within the same organization, and the error logs will follow.
Thank you in advance for your help and collaboration.
|
@omatheusmesmo You are right, there were few issues. Now I have made some adaptions and tested it and it's working Sozhan308#1 |
@Sozhan308 , great job, We really appreciate, thank you! Feel free to take another issue! 😃 |
* Add workflow to enforce PRs to Develop Branch for External Contributo… (#209) * Add workflow to enforce PRs to Develop Branch for External Contributors (#190) * Update workflow to check repository owner instead of PR owner #190 --------- Co-authored-by: Matheus Oliveira da Silva <[email protected]> Co-authored-by: Wheslley Rimar Bezerra <[email protected]> * Issue Auto-Closing Automation (#201) * Issue Auto-Closing Automation * Added verification on Auto-close issues on PR merge * updated workflows failing and comment body * Feature/auto update fixes issue 56 (#224) * refactor: Create new classes for better readability and use of JGit operations, and remove unnecessary methods. * feat: class for CLI Interactions such as get confirmation of an action * refactor: changed class name from 'BuildCLIIntro' to 'BuildCliService' * feat: created methods to move between directories, copy folder/files and get bin path * feat: created method updateBuildCLI, changed the name of class to make more sense, created methods to update local repository and generate the jar * feat: minor adjustments * fix: Adjustment of correct behavior when users answer 'no' and close scanner * fix: Adjustment of correct behavior when users answer 'no' and correct if verification for updated status * fix/ Added Apache Mina SSHD to manage SSH sessions * Feat/add doctor command (#219) * feaa: add scan and fix command * fix: gradle version * refactor: fix messages --------- Co-authored-by: Matheus Oliveira da Silva <[email protected]> * Revert "Feat/add doctor command (#219)" (#234) This reverts commit a61de36. --------- Co-authored-by: Sozhan Natarajan <[email protected]> Co-authored-by: Wheslley Rimar Bezerra <[email protected]> Co-authored-by: Brijesh Thummar <[email protected]> Co-authored-by: Dumildes Paulo <[email protected]>
#209) * Add workflow to enforce PRs to Develop Branch for External Contributors (#190) * Update workflow to check repository owner instead of PR owner #190 --------- Co-authored-by: Matheus Oliveira da Silva <[email protected]> Co-authored-by: Wheslley Rimar Bezerra <[email protected]>
Fixes #190
Add External PR Branch Enforcer
Adds GitHub Action to automatically redirect external contributors' PRs to the
develop
branch. Helps maintain consistent branching strategy and improves workflow.