From bd25cad02e4ba38ccd28a7bcd9a7e01ae718c017 Mon Sep 17 00:00:00 2001 From: andrew Date: Mon, 22 Mar 2021 15:18:25 -0600 Subject: [PATCH] Update CLA to not lock issue 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 66e39d2fdc68..cb861fa802d6 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -25,8 +25,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 }} @@ -36,4 +36,5 @@ jobs: branch: 'master' remote-organization-name: 'Expensify' remote-repository-name: 'CLA' + lock-pullrequest-aftermerge: false allowlist: OSBotify