Skip to content

Commit d797950

Browse files
alessfgthresheek
authored andcommitted
fix: Target correct branch within CLA workflow
1 parent efbe7fe commit d797950

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/f5_cla.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
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'
2020
uses: contributor-assistant/github-action@ca4a40a7d1004f18d9960b404b97e5f30a505a08 # v2.6.1
2121
with:
22-
# Any pull request targeting the following branch will trigger a CLA check.
23-
# NOTE: You might need to edit this value to 'main'.
24-
branch: master
2522
# Path to the CLA document.
2623
path-to-document: https://github.com/f5/f5-cla/blob/main/docs/f5_cla.md
2724
# Custom CLA messages.
@@ -31,6 +28,8 @@ jobs:
3128
# Remote repository storing CLA signatures.
3229
remote-organization-name: f5
3330
remote-repository-name: f5-cla-data
31+
# Branch where CLA signatures are stored.
32+
branch: main
3433
path-to-signatures: signatures/signatures.json
3534
# Comma separated list of usernames for maintainers or any other individuals who should not be prompted for a CLA.
3635
# NOTE: You will want to edit the usernames to suit your project needs.

0 commit comments

Comments
 (0)