Add workflow to enforce PRs to Develop Branch for External Contributo… - #209
Merged
omatheusmesmo merged 4 commits intoFeb 18, 2025
Merged
Conversation
Contributor
Author
|
@omatheusmesmo Kindly review |
omatheusmesmo
left a comment
Collaborator
There was a problem hiding this comment.
@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.
Collaborator
|
Contributor
Author
|
@omatheusmesmo You are right, there were few issues. Now I have made some adaptions and tested it and it's working Sozhan308#1 |
Collaborator
|
@Sozhan308 , great job, We really appreciate, thank you! Feel free to take another issue! 😃 |
omatheusmesmo
approved these changes
Feb 18, 2025
omatheusmesmo
added a commit
that referenced
this pull request
Feb 19, 2025
* 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 <99829531+omatheusmesmo@users.noreply.github.com> Co-authored-by: Wheslley Rimar Bezerra <wheslley_rimar@hotmail.com> * 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 <99829531+omatheusmesmo@users.noreply.github.com> * Revert "Feat/add doctor command (#219)" (#234) This reverts commit a61de36. --------- Co-authored-by: Sozhan Natarajan <sozhan308@gmail.com> Co-authored-by: Wheslley Rimar Bezerra <wheslley_rimar@hotmail.com> Co-authored-by: Brijesh Thummar <brijeshthummar02@gmail.com> Co-authored-by: Dumildes Paulo <72232653+DumiJDev@users.noreply.github.com>
Merged
omatheusmesmo
added a commit
that referenced
this pull request
Feb 23, 2025
#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 <99829531+omatheusmesmo@users.noreply.github.com> Co-authored-by: Wheslley Rimar Bezerra <wheslley_rimar@hotmail.com>
DumiJDev
pushed a commit
to DumiJDev/BuildCLI
that referenced
this pull request
Sep 3, 2025
BuildCLI#209) * Add workflow to enforce PRs to Develop Branch for External Contributors (BuildCLI#190) * Update workflow to check repository owner instead of PR owner BuildCLI#190 --------- Co-authored-by: Matheus Oliveira da Silva <99829531+omatheusmesmo@users.noreply.github.com> Co-authored-by: Wheslley Rimar Bezerra <wheslley_rimar@hotmail.com>
DumiJDev
pushed a commit
to DumiJDev/BuildCLI
that referenced
this pull request
Sep 3, 2025
BuildCLI#209) * Add workflow to enforce PRs to Develop Branch for External Contributors (BuildCLI#190) * Update workflow to check repository owner instead of PR owner BuildCLI#190 --------- Co-authored-by: Matheus Oliveira da Silva <99829531+omatheusmesmo@users.noreply.github.com> Co-authored-by: Wheslley Rimar Bezerra <wheslley_rimar@hotmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Fixes #190
Add External PR Branch Enforcer
Adds GitHub Action to automatically redirect external contributors' PRs to the
developbranch. Helps maintain consistent branching strategy and improves workflow.