-
Notifications
You must be signed in to change notification settings - Fork 251
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
Issues with branch being up to date in a monorepo #245
Comments
the action works for others in monorepo afaik. I cant say much without seeing your action file. |
I have the same problem, when this runs as part of a matrix and there are multiple packages updated, all packages after the first fail. It even fails if a step is added before it to |
Forgot to update this thread. This
It's kind of a pain in the butt to get all the I agree with @douglasg14b I would prefer to have this behavior behind a flag for simplicity's sake, but in lieu of that this issue could be marked closed for my use case. |
I also just discovered the reason this was not working for me:
|
Same issue here after moving to a monorepo |
I have a monorepo with two packages,
foo
andbar
. I have apnpm-lock
file at the root.Changes to one or the other package work beautifully; however, I've set up changes to
pnpm-lock
to trigger a version for both packages. This fails because the branch is out of date:I'm not sure the right way around this. Ideally I would do a pull, rebase, and then push. But I don't see support for that in the code.
I suppose my question is two-fold:
The text was updated successfully, but these errors were encountered: