Skip to content

Commit 974a111

Browse files
authored
chore: F5 CLA workflow is out of beta (#290)
1 parent 0e0e789 commit 974a111

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/f5-cla.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ jobs:
2020
uses: contributor-assistant/github-action@9340315624c6e16cef1f2c63bdeb0f0c49c6f474 # v2.4.0
2121
with:
2222
# Any pull request targeting the following branch will trigger a CLA check.
23-
branch: 'main'
23+
branch: main
2424
# Path to the CLA document.
25-
path-to-document: 'https://github.com/f5/.github/blob/main/CLA/cla-markdown.md'
25+
path-to-document: https://github.com/f5/.github/blob/main/CLA/cla-markdown.md
2626
# Custom CLA messages.
2727
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:'
2828
custom-pr-sign-comment: 'I have hereby read the F5 CLA and agree to its terms'
2929
custom-allsigned-prcomment: '✅ All required contributors have signed the F5 CLA for this PR. Thank you!'
3030
# Remote repository storing CLA signatures.
31-
remote-organization-name: 'f5'
32-
remote-repository-name: 'f5-cla-data'
33-
path-to-signatures: 'signatures/beta/signatures.json'
31+
remote-organization-name: f5
32+
remote-repository-name: f5-cla-data
33+
path-to-signatures: signatures/signatures.json
3434
# Comma separated list of usernames for maintainers or any other individuals who should not be prompted for a CLA.
3535
allowlist: 4141done, alessfg, dekobon, bot*
3636
# Do not lock PRs after a merge.

0 commit comments

Comments
 (0)