Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: kerthcet <[email protected]>
  • Loading branch information
kerthcet committed Jun 24, 2024
1 parent 39b5ba5 commit a037e6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/kube-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
LABELS_TO_ADD+=("lgtm")
echo "To add label: lgtm"
fi
fi
# Handle approved command
elif [[ "$COMMENT_LINE" =~ ^/approve ]]; then
Expand All @@ -96,7 +95,6 @@ jobs:
gh pr comment $PR_NUMBER --body "Sorry, @$COMMENT_USER is not authorized to approve/unapprove this PR."
echo "User $COMMENT_USER is not authorized to approve/unapprove this PR"
fi
fi
# Handle hold command
elif [[ "$COMMENT_LINE" =~ ^/hold ]]; then
Expand Down

0 comments on commit a037e6d

Please sign in to comment.