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 without org_name.
Describe the bug
https://github.dev/crowdin/github-action/blob/bcc23e98ecf8b2605a9265fdc63c60228ad814e5/entrypoint.sh#L98
the
headparam 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
headas simple branch name withoutorg_name.