bitter-ability-32190
05/23/2023, 7:08 PMorigin
, I think the default currently isn't to clean up branches on merge. Should we enable that?
Automatically delete head branches
bitter-ability-32190
05/23/2023, 7:09 PMorigin
or also forks. I assume origin
-onlyhappy-kitchen-89482
05/23/2023, 7:19 PMbitter-ability-32190
05/23/2023, 7:19 PMbroad-processor-92400
05/23/2023, 7:36 PMorigin
only has “managed” branches (main, releases, automation), it’s probably okay? I know it’s easy for humans to accidentally push to it, thoughbitter-ability-32190
05/23/2023, 7:47 PMWe shouldn't have merge branches on origin, right?This still doesn't answer the question 🙂
happy-kitchen-89482
05/23/2023, 7:53 PMcurved-television-6568
05/23/2023, 7:56 PMhappy-kitchen-89482
05/23/2023, 8:01 PMbitter-ability-32190
05/23/2023, 8:08 PMorigin
I've seen are:
• Branches from our GitHub Actions. That's pretty standard since GITHUB_TOKEN
is widely used
• Branches created using the web UI for editing a file, and the editor has permissions to push to origin
. (Such as myself)
◦ Normally GitHub pushes to a branch, but that isn't an option if you can push to origin
. I've made at least a dozen of these PRs. They are exceedingly easy to do for fixing typos/nits/.etc...bitter-ability-32190
05/23/2023, 8:15 PMbitter-ability-32190
05/24/2023, 12:25 AMhappy-kitchen-89482
05/24/2023, 12:38 AMbitter-ability-32190
05/24/2023, 1:06 AM