Skip to content

Commit

Permalink
Fix CLA bot
Browse files Browse the repository at this point in the history
Change-Id: I6171c4d187c89ceda1fd928ad94ff475599f2dbb
GitOrigin-RevId: eb48a79abde801e1986096fb59bcc2874ee75428
  • Loading branch information
yang authored and Copybara committed Dec 1, 2023
1 parent 8e98159 commit 7b23c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [created]
pull_request_target:
types: [opened,closed,synchronize]
paths: ['studio/**']
paths: ['platform/**']

jobs:
CLAAssistant:
Expand All @@ -21,7 +21,7 @@ jobs:
path-to-document: 'https://github.com/plasmicapp/plasmic/blob/master/docs/contributing/individual-cla.md' # e.g. a CLA or a DCO document
# branch should not be protected
branch: 'master'
allowlist: user1,bot*
# allowlist: user1,bot*

# the followings are the optional inputs - If the optional inputs are not given, then default values will be taken
#remote-organization-name: enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)
Expand Down

0 comments on commit 7b23c28

Please sign in to comment.