Skip to content

Commit

Permalink
Merge pull request #4437 from nickmango/feature/release-1
Browse files Browse the repository at this point in the history
Merge changes to main
  • Loading branch information
nickmango authored Sep 4, 2024
2 parents ec192c3 + 2b7ec73 commit 8284076
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@ on:
- dev


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 8284076

Please sign in to comment.