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
When adding a PR to a merge queue, it will try to get the CLA status, but the hook will never return anything
I have added "Merge groups" to the events that trigger openedx-webhooks, but I have not started looking into what changes need to happen in code here to allow running the CLA check for PRs in a queue.
Acceptance Criteria:
When a PR is added to a merge queue, the CLA check runs and correctly reports the status.
The text was updated successfully, but these errors were encountered:
GitHub has added a feature called "merge queues" (docs) that feel like a very good solution to some of the race condition issues with automatic PRs I've encountered on https://github.com/openedx/openedx-translations/
When adding a PR to a merge queue, it will try to get the CLA status, but the hook will never return anything
I have added "Merge groups" to the events that trigger
openedx-webhooks
, but I have not started looking into what changes need to happen in code here to allow running the CLA check for PRs in a queue.Acceptance Criteria:
The text was updated successfully, but these errors were encountered: