-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
[RFC] bot message when migration PR doesn't respect history. #159
Comments
👍 |
Mmmh, your check can be false in some repositories as they maintain branches from preceding ones (and so, len(migration commit) == 1. I'm in favor of this, but with a check a little bit cleverer (but don't know how yet). Apart of that, I think we should change OCA main branches behaviour with the one I described above. It will facilitate review in order to have less commit history |
What about to change the texte of the message ? Something like "are you sûre you preserved history" ? |
@rousseldenis : any pov regarding my proposal ? |
Yes that's sound good. IMHO, we should add to conditions 'if module directory isn't in repo yet'. So, this will work in all conditions I explained before. |
Event : On new PR
Check : If PR name contains
[MIG]
(not sensitive check) AND commit quantity = 1Message :
Thanks for the contribution.
Please preserve commit history following technical method explained in https://github.com/OCA/maintainer-tools/wiki/#migration
If the jump is between several versions, you have to modify the source branch in the main command to accommodate it to this circumstance.
You can also take a look on the project https://github.com/OCA/odoo-module-migrator/ to make easier migration
Ref : @pedrobaeza in OCA/web#2067 (comment).
Nice to have feature in my opinion to avoid to repeat always the same thing. (even it will not cover all the case, specially if the PR contains more than 1 commit).
The text was updated successfully, but these errors were encountered: