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

Change the CreateRequiredWorkflow method from PUT to POST #2771

Merged
merged 1 commit into from Apr 26, 2023

Conversation

JorgeReus
Copy link
Contributor

Fixes: #2770

Changed the method from PUT to POST, by following the github REST API docs: https://docs.github.com/en/rest/actions/required-workflows?apiVersion=2022-11-28#create-a-required-workflow

@google-cla
Copy link

google-cla bot commented Apr 26, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@gmlewis gmlewis changed the title fix: Changed the CreateRequiredWorkflow method used in the http request Change the CreateRequiredWorkflow method from PUT to POST Apr 26, 2023
Copy link
Collaborator

@gmlewis gmlewis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @JorgeReus !
LGTM.
Merging.

@gmlewis gmlewis merged commit daa96df into google:master Apr 26, 2023
7 checks passed
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.

CreateRequiredWorkflow method should be POST instead of PUT
2 participants