Comment
When I merge my pull request using squash, codeberg adds
Co-authored-by: Joel Berkeley <joelberkeley@noreply.codeberg.org>
Co-committed-by: Joel Berkeley <joelberkeley@noreply.codeberg.org>
to the end of the commit message. I'd like to turn this off. (On a separate note, can Codeberg tell me it's going to add that to the commit message, perhaps by previewing the full commit message? At the moment I don't see anything indicating this.)
Might be configured by this setting ADD_CO_COMMITTER_TRAILERS listed here https://forgejo.org/docs/latest/admin/config-cheat-sheet/#repository---pull-request-repositorypull-request
### Comment
When I merge my pull request using squash, codeberg adds
```
Co-authored-by: Joel Berkeley <joelberkeley@noreply.codeberg.org>
Co-committed-by: Joel Berkeley <joelberkeley@noreply.codeberg.org>
```
to the end of the commit message. I'd like to turn this off. (On a separate note, can Codeberg tell me it's going to add that to the commit message, perhaps by previewing the full commit message? At the moment I don't see anything indicating this.)
Might be configured by this setting `ADD_CO_COMMITTER_TRAILERS` listed here https://forgejo.org/docs/latest/admin/config-cheat-sheet/#repository---pull-request-repositorypull-request