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

fix: correctly detect if pull request for a release branch is open #3

Merged
merged 1 commit into from
Mar 1, 2020

Conversation

patrickjahns
Copy link
Owner

When using head in the pull request api https://developer.github.com/v3/pulls/#list-pull requests, it is required to specify a head user/organization. Otherwise the result
will contain also other branches and the action falsely detects open pull requests

@patrickjahns patrickjahns added the bug Something isn't working label Mar 1, 2020
When using `head` in the pull request api https://developer.github.com/v3/pulls/#list-pull-requests,
it is required to specify a head user/organization. Otherwise the result
will contain also other branches and the action falsely detects open pull requests

Signed-off-by: Patrick Jahns <github@patrickjahns.de>
@patrickjahns patrickjahns force-pushed the fix_erroneus_pull_request_detection branch from d4fb45b to c15191b Compare March 1, 2020 18:20
@patrickjahns patrickjahns merged commit fbebcfd into master Mar 1, 2020
@patrickjahns patrickjahns deleted the fix_erroneus_pull_request_detection branch March 25, 2020 20:22
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

Successfully merging this pull request may close these issues.

None yet

1 participant