Skip to content

Commit

Permalink
Update CLA to not lock issue after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Mar 22, 2021
1 parent 5d01a95 commit bd25cad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -36,4 +36,5 @@ jobs:
branch: 'master'
remote-organization-name: 'Expensify'
remote-repository-name: 'CLA'
lock-pullrequest-aftermerge: false
allowlist: OSBotify

0 comments on commit bd25cad

Please sign in to comment.