-
Notifications
You must be signed in to change notification settings - Fork 58
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
Incorrect pull request query params #164
Comments
@CzBiX We have not been able to reproduce the issue in the context of the current action. Could you please share a full WF Step configuration and steps to reproduce the issue? |
@CzBiX thanks for clarifying! |
We've also been experiencing this issue recently. Is there a known fix for this? |
Hello! @andrii-bodnar can you please answer when it will fixed? |
I'm thinking about switching to GH CLI instead of raw API calls - #220 |
Describe the bug
https://github.dev/crowdin/github-action/blob/bcc23e98ecf8b2605a9265fdc63c60228ad814e5/entrypoint.sh#L98
the
head
param in here will not works, the API will just return all PRs.it should something like
org_name:branch_name
.see docs: here
To Reproduce
call GitHub API with
head
as simple branch name withoutorg_name
.The text was updated successfully, but these errors were encountered: