setup auto dev-ops #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Automatic releases should only happen when we git tag a new version IMO.
Cool idea though, let me know if I can help in any way.
Nevermind, I just noticed we can just check for merges to main in order to build releases.
We should set
devbranch to the default for the repo, so no one accidentally starts working onmainlike I started doing earlier.pretty sure i protected main anyway, I'll see if i can change the default though