Skip to content

Commit

Permalink
removed the check for ossgg label in pr
Browse files Browse the repository at this point in the history
  • Loading branch information
manish-singh-bisht committed Apr 15, 2024
1 parent 5f2e608 commit b8fbe85
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/github/hooks/issue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,11 +398,6 @@ export const onRejectCommented = async (webhooks: Webhooks) => {
return;
}

const isOssGgLabel = context.payload.issue.labels.some((label) => label.name === OSS_GG_LABEL);
if (!isOssGgLabel) {
return;
}

if (!isCommentOnPullRequest) {
await octokit.issues.createComment({
owner,
Expand Down

0 comments on commit b8fbe85

Please sign in to comment.