Skip to content

Commit

Permalink
Update pull-request-utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
onkarvhanumante authored Feb 15, 2024
1 parent 85355fb commit 2b84710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helpers/pull-request-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ class userHelper {
username: this.owner,
})
console.log(JSON.stringify(data))
return data.permission === adminPermission || data.permission === writePermission
return data.permission === writePermission || data.permission === adminPermission
}
}

Expand Down

0 comments on commit 2b84710

Please sign in to comment.