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 wrong pull request found (create-deploy-pull-request) #1161

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

int128
Copy link
Member

@int128 int128 commented Oct 16, 2023

Problem to solve

When we create a pull request by create-deploy-pull-request action, it finds unrelated pull requests.

How to solve

Find pull requests by the head branch in the format of organization:ref-name.

https://docs.github.com/en/rest/pulls/pulls#list-pull-requests
head
Filter pulls by head user or head organization and branch name in the format of user:ref-name or organization:ref-name. For example: github:new-script-format or octocat:test-branch.

@int128 int128 marked this pull request as ready for review October 16, 2023 05:17
@int128 int128 requested review from 44smkn, a team and semnil October 16, 2023 05:17
@int128 int128 merged commit 59a258f into main Oct 16, 2023
3 checks passed
@int128 int128 deleted the int128/fix-create-deploy-pull-request branch October 16, 2023 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants