Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gha/changelog/update/v2 action is broken when changelog sits at the project root for a mono repository #101

Open
NiklasRosenstein opened this issue Dec 13, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@NiklasRosenstein
Copy link
Owner

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:

image

Job: https://github.com/kraken-build/kraken/actions/runs/7202421349/jb/19620503985

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 the changelog.enabled = true setting in slap.toml, however this doesn't have any effect on the action.

@NiklasRosenstein NiklasRosenstein added the bug Something isn't working label Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant