Skip to content

Commit cdce8a3

Browse files
committed
Update f5-cla.yml
1 parent d12725a commit cdce8a3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/f5-cla.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ jobs:
1818
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have hereby read the F5 CLA and agree to its terms') || github.event_name == 'pull_request_target'
1919
uses: contributor-assistant/github-action@dbc1c64d82d3aad5072007a41fff2828ae6d23ec # v2.3.2
2020
with:
21-
# Any pull request targeting the following branch will trigger a CLA check
21+
# Any pull request targeting the following branch will trigger a CLA check.
2222
branch: 'main'
23-
# Path to the CLA document
23+
# Path to the CLA document.
2424
path-to-document: 'https://github.com/f5/.github/blob/main/CLA/cla-markdown.md'
25-
# Custom CLA messages
25+
# Custom CLA messages.
2626
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 project. Please kindly read the [F5 CLA](https://github.com/f5/.github/blob/main/CLA/cla-markdown.md) and comment the following to agree:'
2727
custom-pr-sign-comment: 'I have hereby read the F5 CLA and agree to its terms'
2828
custom-allsigned-prcomment: '✅ All required contributors have signed the F5 CLA for this PR. Thank you!'
29-
# Remote repository storing CLA signatures
29+
# Remote repository storing CLA signatures.
3030
remote-organization-name: 'f5'
3131
remote-repository-name: 'f5-cla-data'
3232
path-to-signatures: 'signatures/beta/signatures.json'
33-
# Comma separated list of usernames for maintainers or any other individuals who should not be prompted for a CLA
33+
# Comma separated list of usernames for maintainers or any other individuals who should not be prompted for a CLA.
3434
allowlist: 4141done, dekobon, bot*
35-
# Do not lock PRs after a merge
35+
# Do not lock PRs after a merge.
3636
lock-pullrequest-aftermerge: false
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)