You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new setting can be added called github_automerge. This would enable (or disable) the auto-merge option on a PR after it is created (or updated). At this point, it would need to use the GraphQL API because auto-merge isn't a part of the REST API yet: https://docs.github.com/en/graphql/reference/mutations#enablepullrequestautomerge
The end of this function would be the place to start:
A new setting can be added called
github_automerge
. This would enable (or disable) the auto-merge option on a PR after it is created (or updated). At this point, it would need to use the GraphQL API because auto-merge isn't a part of the REST API yet:https://docs.github.com/en/graphql/reference/mutations#enablepullrequestautomerge
The end of this function would be the place to start:
deps/internal/pullrequest/github/main.go
Line 164 in 8d4fa0c
I don't think a GraphQL library/dependency is needed.
This RFW is currently worth $250 and you'll be paid when we merge your PR. You can find more information and other RFWs on the Dropseed website.
Any questions can be asked here or through our private contact page!
The text was updated successfully, but these errors were encountered: