In the [semantic git message workflow](https://github.com/owncloud/reusable-workflows/blob/6142f01fdccd25f4060477d7aecf16af34c8a47a/.github/workflows/semantic-git-message.yml#L17) the option `fetch-depth: 0` is used. Is that necessary? Aren't we checking only the specific commit?
In the semantic git message workflow the option
fetch-depth: 0is used. Is that necessary? Aren't we checking only the specific commit?