From 33b1b317664bc75a49703b54e963ba45f0fef7ca Mon Sep 17 00:00:00 2001 From: John Lee Date: Fri, 8 Oct 2021 13:26:16 -0400 Subject: [PATCH] Migrate CLA to main when referencing --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 66fdf3e56e2..3e004a024dc 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -33,7 +33,7 @@ jobs: with: path-to-signatures: '${{ github.repository }}/cla.json' path-to-document: 'https://github.com/${{ github.repository }}/blob/main/CLA.md' - branch: 'master' + branch: 'main' remote-organization-name: 'Expensify' remote-repository-name: 'CLA' lock-pullrequest-aftermerge: false