gh action: allow for bumps of multiple yarn.lock files

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-04-29 10:12:50 +02:00
parent 8cdc951bc1
commit 2e3166e990
@@ -24,11 +24,6 @@ jobs:
return;
}
if (context.payload.pull_request.changed_files !== 1) {
console.log('Skipping approval because multiple files are changed in this PR');
return;
}
const r = await octokit.rest.pulls.listFiles({
owner,
repo,