We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to improve our code validation using GHA to check, validate, test, and build our project before any new PR is merged into the master branch.
master
I have a suggestion to run the build/test action only if:
Other suggestions to consider as acceptable to merge are:
approved
merge-when-gtg
Last but not least, about the merge strategy, I would prefer rebase/squad instead of merge to maintain the project with a linear history of change.
rebase/squad
merge
Does anyone have a different opinion? (cc @marcosinigaglia)
The text was updated successfully, but these errors were encountered:
Hi @felipebonezi , I never used the rebase/squad strategy but I don't think is a problem. The other suggestions are fine.
Sorry, something went wrong.
No branches or pull requests
We need to improve our code validation using GHA to check, validate, test, and build our project before any new PR is merged into the
master
branch.I have a suggestion to run the build/test action only if:
Other suggestions to consider as acceptable to merge are:
approved
ormerge-when-gtg
) to the PR;Last but not least, about the merge strategy, I would prefer
rebase/squad
instead ofmerge
to maintain the project with a linear history of change.Does anyone have a different opinion? (cc @marcosinigaglia)
The text was updated successfully, but these errors were encountered: