Merge pull request #11286 from backstage/jhaals/approve-24-7

gh action: approve every day
This commit is contained in:
Johan Haals
2022-05-04 10:27:34 +02:00
committed by GitHub
@@ -18,12 +18,6 @@ jobs:
const owner = 'backstage';
const repo = 'backstage';
const date = new Date();
if (date.getDay() === 2) {
console.log('Skipping auto approve because Tuesday is release day');
return;
}
const r = await github.rest.pulls.listFiles({
owner,
repo,