Skip to content

Commit c32c305

Browse files
Address AI feedback
Signed-off-by: Lukasz Gryglicki <lgryglicki@cncf.io> Assisted by [OpenAI](https://platform.openai.com/) Assisted by [GitHub Copilot](https://github.com/features/copilot)
1 parent d86737e commit c32c305

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

cla-backend/cla/models/github_models.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,8 +707,6 @@ def update_merge_group_status(
707707

708708
# Create the commit status on the merge commit
709709
if self.client is None:
710-
# LG: this was creating broken/partially authenticated client
711-
# self.client = self._get_github_client(installation_id)
712710
self.client = get_github_integration_client(installation_id)
713711

714712
# Get repository

utils/github_pat_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ TOKEN="$1"
1414
ORG="$2"
1515
REPO="$3"
1616
PR="$4"
17-
echo "Testing GitHub PAT GraphQL with token: ${TOKEN:0:10} for $ORG/$REPO PR:$PR..."
17+
echo "Testing GitHub PAT GraphQL with token: ${TOKEN:0:4} for $ORG/$REPO PR:$PR..."
1818

1919
echo -e "\n1. Testing Simple GraphQL Query:"
2020
echo "--------------------------------"

0 commit comments

Comments
 (0)