Skip to content

Commit

Permalink
fix: pointing CLA to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaszanas committed Mar 28, 2024
1 parent 675817d commit 00d0e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
path-to-signatures: 'signatures/version1/cla.json'
path-to-document: 'https://github.com/Kaszanas/SC2DatasetPreparator/blob/dev/CLA.md' # e.g. a CLA or a DCO document
path-to-document: 'https://github.com/Kaszanas/SC2DatasetPreparator/blob/main/CLA.md' # e.g. a CLA or a DCO document
# branch should not be protected
branch: 'dev'
branch: 'main'
allowlist: Kaszanas,bot*

#below are the optional inputs - If the optional inputs are not given, then default values will be taken
Expand Down

0 comments on commit 00d0e66

Please sign in to comment.