Skip to content

Commit

Permalink
chore: F5 CLA workflow is out of beta (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg authored Jul 11, 2024
1 parent 0e0e789 commit 974a111
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/f5-cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 974a111

Please sign in to comment.