4 ms·
Agree with your pain points. One thing id add is GitHub makes you reapprove every PR after each push. As an OSS contributor it’s exhausting to chase re-approval
by MutedEstate45 1y ago
Agree with your pain points. One thing id add is GitHub makes you reapprove every PR after each push. As an OSS contributor it’s exhausting to chase re-approvals for minor tweaks.
- Ar-Curunir 1y agoHm that’s not the case for my repositories? Maybe you have a setting enabled for that?
- pie_flavor 1y agoThis is a security setting that the author has chosen to enable.
- irjustin 1y agommmm this is up to each repo/maintainer's settings. To be fair you don't know if one line change is going to absolutely compromise a flow. OSS needs to maintain a level of disconnect to be safe vs fast.
- MutedEstate45 1y agoGood to know! Never been a maintainer before so I thought that was required.
- o11c 1y agoAdding fixup commits (specifying the specific commit they will be squashed into), to be squashed by the bot before merge, handles that.