Skip to content

Commit

Permalink
Add CLA policy bot
Browse files Browse the repository at this point in the history
  • Loading branch information
jeaye committed Jan 19, 2024
1 parent 117b3fe commit 61f5122
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions policies/cla.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Contributor License Agreement Policy
description: CLA policy file

resource: repository
where:
- |
!repository.name.equals("CHERIoT", StringComparison.InvariantCultureIgnoreCase)
configuration:
cla:
content: https://raw.githubusercontent.com/jank-lang/.github/main/cla/jank.yml
minimalChangeRequired:
files: 2
codeLines: 16
bypassOrgs:
bypassUsers:
prohibitedCompanies:
autoSignMsftEmployee: false

0 comments on commit 61f5122

Please sign in to comment.