Replies: 2 comments 3 replies
-
|
Hi @bossenti,
|
Beta Was this translation helpful? Give feedback.
3 replies
-
|
I have created a first PR (#1227) that covers the two basic concepts |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So far we don't have a lot of rules in place with respect to our git flow and branch protection.
Therefore, I've screened the documentation of the
.asf.yamlfile to discover what opportunities we are provided with from Apache INFRA side.I've come up with some suggestions on how we could improve our workflow.
To be honest, some of them might be rather opinionated and some of them might not be suitable or practical in a small(er) open source project. That's why I would like to start a discussion on the proposal below and am happy to here your opinion.
del_branch_on_mergetrueenable_merge_buttons.squashtruesquashas merge strategy in PRs (related torequired_linear_history, see below)enable_merge_buttons.mergefalsemergeas merge strategy in PRsenable_merge_buttons.rebasefalserebaseas merge strategy in PRsprotected_branchesdev, masterrebaseas merge strategy in PRsrequired_status_checks.stricttruerequired_status_checks.contextsvalidate_prrequired_pull_request_reviews.dismiss_stale_reviewstruerequired_pull_request_reviews.require_code_owner_reviewstruerequired_pull_request_reviews.required_approving_review_count1required_linear_historytrueBesides the configuration changes itself it would like to hear your thoughts on:
devandmaster(e.g., we could only allow signed commits additionally onmaster)?streampipes-website?One outcome I'd like to get out of this discussion is a set (this might also be empty) of permission that we want to adapt soon.
Therefore, I'd create a follow-up issue to apply the changes and document the new workflow properly (e.g. in our
contributing.mdordeveloping.md)Beta Was this translation helpful? Give feedback.
All reactions