Skip to content

Commit

Permalink
Merge pull request #42 from kerthcet/fix/workflow
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
InftyAI-Agent authored Jun 24, 2024
2 parents efba874 + a037e6d commit 7c3aa41
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 7c3aa41

Please sign in to comment.