Skip to content

Commit

Permalink
Merge pull request #4429 from nickmango/feature/help-link
Browse files Browse the repository at this point in the history
[#4428]Feature/Missing ID Help Link
  • Loading branch information
nickmango authored Aug 29, 2024
2 parents e322e0f + 20491c8 commit 2662a52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion cla-backend/cla/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit 2662a52

Please sign in to comment.