Skip to content
Snippets Groups Projects
Commit d7979500 authored by Alessandro Fael Garcia's avatar Alessandro Fael Garcia Committed by Konstantin Pavlov
Browse files

fix: Target correct branch within CLA workflow

parent efbe7fee
Branches
No related tags found
No related merge requests found
......@@ -19,9 +19,6 @@ jobs:
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'
uses: contributor-assistant/github-action@ca4a40a7d1004f18d9960b404b97e5f30a505a08 # v2.6.1
with:
# Any pull request targeting the following branch will trigger a CLA check.
# NOTE: You might need to edit this value to 'main'.
branch: master
# Path to the CLA document.
path-to-document: https://github.com/f5/f5-cla/blob/main/docs/f5_cla.md
# Custom CLA messages.
......@@ -31,6 +28,8 @@ jobs:
# Remote repository storing CLA signatures.
remote-organization-name: f5
remote-repository-name: f5-cla-data
# Branch where CLA signatures are stored.
branch: main
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.
# NOTE: You will want to edit the usernames to suit your project needs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment