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
Github Merge Queue creates temporary branches for merge groups which can aggregate several pull requests to run checks on several pull requests at once
When adding Danger swift as a required check on branch protection rules on Github, this is also applied to Merge Queue Checks
Danger checks fail on temporary branches from Github Merge Queue because it is expecting to be run on a pull request branch
How to make sure Danger checks run well with Github Merge queues?