Skip to content

Commit

Permalink
Merge pull request #215 from philrosenfield/main
Browse files Browse the repository at this point in the history
turn off cla bot for private repos
  • Loading branch information
jeffwilcox authored May 21, 2024
2 parents adf09b6 + c4a8266 commit 105835e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions policies/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ resource: repository
where:
- |
!repository.name.equals("CHERIoT", StringComparison.InvariantCultureIgnoreCase)
&& !repository.name.equals("digital-pathology", StringComparison.InvariantCultureIgnoreCase)
&& !repository.name.equals("genescope_imaging", StringComparison.InvariantCultureIgnoreCase)
&& !repository.name.equals("genescope_single-cell", StringComparison.InvariantCultureIgnoreCase)
&& !repository.name.equals("genescope_multi-modal", StringComparison.InvariantCultureIgnoreCase)
&& !repository.name.equals("scOlympia", StringComparison.InvariantCultureIgnoreCase)
&& !repository.name.equals("stain-anything", StringComparison.InvariantCultureIgnoreCase)
configuration:
cla:
content: https://raw.githubusercontent.com/microsoft/.github/main/CLA/microsoft.yml
Expand Down Expand Up @@ -38,7 +43,6 @@ configuration:
- deanbot
- dependabot[bot]
- dependabot-preview[bot]
- digital-pathology
- dn-helix-agents-bot
- dokku-bot
- dotnet-bot
Expand Down

0 comments on commit 105835e

Please sign in to comment.