gha/changelog/update/v2
action is broken when changelog sits at the project root for a mono repository
#101
Labels
bug
Something isn't working
The action is supposed to find all changelog files, look at the newly added entries and inject the current PR's URL if they don't already have a PR URL set. However, this currently fails on kraken-build/kraken#141 because of this error:
We do by default treat the
.changelog
folder in the root of the project as read-only for a mono repository, but this is supposed to be configurable via thechangelog.enabled = true
setting inslap.toml
, however this doesn't have any effect on the action.The text was updated successfully, but these errors were encountered: