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
We're getting this error a lot, but I don't think it should return a 400. Since github fires a webhook for every commit, we will necessarily receive webhooks that are for a branch other than the configured one.
Instead of a 400, we should return a 200 response with a message about how no action was taken.
arslanashraf7
changed the title
GitReloadAPIView:: Couldn't entertain reload request for the branch (master), expected branch is ...
[SysAdmin] GitReloadAPIView:: Couldn't entertain reload request for the branch (master), expected branch is ...
Apr 4, 2024
We're getting this error a lot, but I don't think it should return a 400. Since github fires a webhook for every commit, we will necessarily receive webhooks that are for a branch other than the configured one.
Instead of a 400, we should return a 200 response with a message about how no action was taken.
Sentry Issue: OPENEDX-RESIDENTIAL-4AC
The text was updated successfully, but these errors were encountered: