diff --git a/src/index.js b/src/index.js index b53f621a9..0ff38d7a6 100644 --- a/src/index.js +++ b/src/index.js @@ -50,7 +50,7 @@ module.exports = async function run() { core.info( `Validation was skipped because the PR label "${labelName}" was found.` ); - return; + // return; } } }