Skip to content

Commit 8284076

Browse files
authored
Merge pull request #4437 from nickmango/feature/release-1
Merge changes to main
2 parents ec192c3 + 2b7ec73 commit 8284076

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
@@ -9,12 +9,17 @@ on:
99
- dev
1010

1111

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

1621
jobs:
17-
build-deploy-dev:
22+
build-test-lint:
1823
runs-on: ubuntu-latest
1924
environment: dev
2025
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)