diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index c1599e200..4d60ac887 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -10,12 +10,17 @@ on: - feature/* +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 = {}