From dc6535924b366b7f1a427a6843dfd3d9dc7e03db Mon Sep 17 00:00:00 2001 From: andrew Date: Mon, 22 Mar 2021 15:48:48 -0600 Subject: [PATCH] Update CLA to not lock pull requests after merge --- .github/workflows/cla.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index f4d63353..424e1e51 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -24,8 +24,8 @@ jobs: regex: '\s*recheck\s*' - name: CLA Assistant if: ${{ steps.recheck.outputs.match != '' || steps.sign.outputs.match != '' }} || github.event_name == 'pull_request_target' - # Version: 2.0.3-alpha - uses: cla-assistant/github-action@50267bf6156835b55d5f7b74d0da0cf0bf26cfe5 + # Version: 2.1.2-beta + uses: cla-assistant/github-action@948230deb0d44dd38957592f08c6bd934d96d0cf env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_BOTIFY_TOKEN }} @@ -35,3 +35,4 @@ jobs: branch: 'master' remote-organization-name: 'Expensify' remote-repository-name: 'CLA' + lock-pullrequest-aftermerge: false