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
if (danger.github.pr.additions + danger.github.pr.deletions > bigPRThreshold) {
fail(':exclamation: PR has more than 500 line changes ');
markdown('> Pull Request size seems relatively large. If Pull Request contains multiple changes, split each into separate PR will helps faster, easier review.');