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
Applying Typescript checks to the code, including strict null checks that raise errors on unhandled `null` or `undefined` types.
Also adding the typescript check to the build step, to raise error on TS errors.
const imageAlt =imageSrc===ogImageUrl?'':"Mergify's logo with text Docs on blue background";
16
16
const siteDescription =
17
17
'Learn how to use Mergify, the powerful pull request automation tool that helps teams merge code faster and more safely. Automate your entire pull request workflow, from code review to deployment, and save time and frustration.';
0 commit comments