diff --git a/src/main.ts b/src/main.ts index f4e04ea..0c1f514 100644 --- a/src/main.ts +++ b/src/main.ts @@ -15,7 +15,7 @@ async function run(): Promise { "allow-external-github-orgs" ).toLowerCase(); - if (allowExternalGithubOrgs == null || allowExternalGithubOrgs != "true") { + if (allowExternalGithubOrgs != "true") { configFile.checkSameOrgInConfig(); }