Derek Belrose
Derek Belrose
I was thinking the best way to handle this is to have a check box or something that requires CODEOWNER approval before running any webhooks in branch protections. This is...
@eladchen Im not sure how much work that is on the github end but that’s almost exactly what I need!
@allejo that actually doesn’t fix this unless the setting to not trigger the workflow or to set a manual approval exists outside of the workflow. Any PR could change the...
I came across this looking for something similar. I hate to play necromancer for these long dead Issues... I would hope to have something along the lines of: `fmt.Fprintf(os.Stdout, "%t\n",...
For now I resolved to using `strconv.FormatBool(boolActive)`