From 974a111676e653dad12ea4a3dd8389dc3bd77ea3 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Thu, 11 Jul 2024 07:33:46 -0800 Subject: [PATCH] chore: F5 CLA workflow is out of beta (#290) --- .github/workflows/f5-cla.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/f5-cla.yml b/.github/workflows/f5-cla.yml index 945842b..b7826e2 100644 --- a/.github/workflows/f5-cla.yml +++ b/.github/workflows/f5-cla.yml @@ -20,17 +20,17 @@ jobs: uses: contributor-assistant/github-action@9340315624c6e16cef1f2c63bdeb0f0c49c6f474 # v2.4.0 with: # Any pull request targeting the following branch will trigger a CLA check. - branch: 'main' + branch: main # Path to the CLA document. - path-to-document: 'https://github.com/f5/.github/blob/main/CLA/cla-markdown.md' + path-to-document: https://github.com/f5/.github/blob/main/CLA/cla-markdown.md # Custom CLA messages. custom-notsigned-prcomment: '🎉 Thank you for your contribution! It appears you have not yet signed the F5 Contributor License Agreement (CLA), which is required for your changes to be incorporated into an F5 Open Source Software (OSS) project. Please kindly read the [F5 CLA](https://github.com/f5/.github/blob/main/CLA/cla-markdown.md) and reply on a new comment with the following text to agree:' custom-pr-sign-comment: 'I have hereby read the F5 CLA and agree to its terms' custom-allsigned-prcomment: '✅ All required contributors have signed the F5 CLA for this PR. Thank you!' # Remote repository storing CLA signatures. - remote-organization-name: 'f5' - remote-repository-name: 'f5-cla-data' - path-to-signatures: 'signatures/beta/signatures.json' + remote-organization-name: f5 + remote-repository-name: f5-cla-data + path-to-signatures: signatures/signatures.json # Comma separated list of usernames for maintainers or any other individuals who should not be prompted for a CLA. allowlist: 4141done, alessfg, dekobon, bot* # Do not lock PRs after a merge.