This commit is contained in:
Harsh Shandilya 2023-01-12 13:49:36 +05:30
parent 1b241b3aa3
commit 17b2b62bd8
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ module.exports = async ({github, context}) => {
pull_number: context.payload.number,
});
console.log(Object.getOwnPropertyNames(pr));
const shouldWarn = pr.head.ref != "staging" // && pr.base.ref == "main"
if (shouldWarn) {