This commit is contained in:
Harsh Shandilya 2023-01-12 16:21:43 +05:30
parent 1f7bd212e8
commit 33e6bd716f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ module.exports = async ({github, context}) => {
owner: context.payload.repository.owner.login,
repo: context.payload.repository.name,
pull_number: context.payload.number,
});
}).data;
console.log(Object.getOwnPropertyNames(pr));
const shouldWarn = pr.head.ref != "staging" // && pr.base.ref == "main"