Skip to content

Commit 2b7ec73

Browse files
committed
Merge changes to main
Signed-off-by: Harold Wanyama <[email protected]>
1 parent 75eda97 commit 2b7ec73

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/build-pr.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,17 @@ on:
1010
- feature/*
1111

1212

13+
permissions:
14+
id-token: write
15+
contents: read
16+
pull-requests: write
17+
1318
env:
1419
AWS_REGION: us-east-1
1520
STAGE: dev
1621

1722
jobs:
18-
build-deploy-dev:
23+
build-test-lint:
1924
runs-on: ubuntu-latest
2025
environment: dev
2126
steps:

cla-backend/cla/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ def get_comment_body(repository_type, sign_url, signed: List[UserCommitSummary],
10781078

10791079
if num_missing > 0:
10801080
support_url = "https://jira.linuxfoundation.org/servicedesk/customer/portal/4"
1081-
missing_id_help_url = "https://confluence.linuxfoundation.org/pages/viewpage.action?pageId=86641302"
1081+
missing_id_help_url = "https://linuxfoundation.atlassian.net/wiki/spaces/LP/pages/160923756/Missing+ID+on+Commit+but+I+have+an+agreement+on+file"
10821082

10831083
# Build a lookup table to group all the commits by author.
10841084
committers = {}

0 commit comments

Comments
 (0)