Skip to content

Commit c54040c

Browse files
committed
Update CLA action to store signatures on IMPT_cla_signatures branch
Change the branch parameter from 'main' to 'IMPT_cla_signatures' for storing CLA signature data.
1 parent 5ffbf90 commit c54040c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
path-to-signatures: '.github/CLA_SIGNATORIES.json'
2929
path-to-document: 'https://github.com/${{ github.repository }}/blob/main/CLA.md'
3030
# Branch where CLA signatures will be stored
31-
branch: 'main'
31+
branch: 'IMPT_cla_signatures'
3232
allowlist: 'dependabot[bot],github-actions[bot]'
3333

3434
# Customizable messages

0 commit comments

Comments
 (0)