From 20491c877539e3705176241a2085f76ce748252e Mon Sep 17 00:00:00 2001 From: Harold Wanyama Date: Thu, 29 Aug 2024 21:53:24 +0300 Subject: [PATCH] [#4428]Feature/Missing ID Help Link - Updated the missing ID help link Signed-off-by: Harold Wanyama --- .github/workflows/build-pr.yml | 4 ++-- cla-backend/cla/utils.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 6c28de7ee..d7dee8ce9 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -12,13 +12,13 @@ permissions: id-token: write contents: read pull-requests: write - + env: AWS_REGION: us-east-1 STAGE: dev jobs: - build-deploy-dev: + build-test-lint: runs-on: ubuntu-latest environment: dev steps: diff --git a/cla-backend/cla/utils.py b/cla-backend/cla/utils.py index 59eff5c66..b0f630ab1 100644 --- a/cla-backend/cla/utils.py +++ b/cla-backend/cla/utils.py @@ -1078,7 +1078,7 @@ def get_comment_body(repository_type, sign_url, signed: List[UserCommitSummary], if num_missing > 0: support_url = "https://jira.linuxfoundation.org/servicedesk/customer/portal/4" - missing_id_help_url = "https://confluence.linuxfoundation.org/pages/viewpage.action?pageId=86641302" + missing_id_help_url = "https://linuxfoundation.atlassian.net/wiki/spaces/LP/pages/160923756/Missing+ID+on+Commit+but+I+have+an+agreement+on+file" # Build a lookup table to group all the commits by author. committers = {}