Skip to content

Commit dd9e31f

Browse files
committed
added CLA
1 parent 38dfe9c commit dd9e31f

File tree

1 file changed

+129
-0
lines changed

1 file changed

+129
-0
lines changed

policies/cla.yml

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
name: Contributor License Agreement Policy
2+
description: CLA policy file
3+
4+
resource: repository
5+
where:
6+
- |
7+
!repository.name.equals("CHERIoT", StringComparison.InvariantCultureIgnoreCase)
8+
9+
configuration:
10+
cla:
11+
content: https://raw.githubusercontent.com/microsoft/.github/main/CLA/microsoft.yml
12+
minimalChangeRequired:
13+
files: 2
14+
codeLines: 16
15+
bypassOrgs:
16+
- bloomberg
17+
bypassUsers:
18+
- dependabot[bot]
19+
- greenkeeper[bot]
20+
- dotnet-maestro[bot]
21+
- dependabot-preview[bot]
22+
- openapi-sdkautomation[bot]
23+
- github-actions[bot]
24+
- content-assistant[bot]
25+
- reunion-maestro[bot]
26+
- renovate[bot]
27+
- microsoft-github-policy-service[bot]
28+
- msftbot[bot]
29+
- azure-pipelines[bot]
30+
- prmerger-test[bot]
31+
- learn-build-service-test[bot]
32+
- learn-build-service-ppe[bot]
33+
- learn-build-service-prod[bot]
34+
- CBL-Mariner-Bot
35+
- pbicvbot
36+
- acomghbot
37+
- azuresdkciprbot
38+
- dotnet-corert-bot
39+
- iotgwbot
40+
- LordBobbot
41+
- qa-bot
42+
- winobjc-bot
43+
- mukaibot
44+
- edtbot
45+
- tecbot
46+
- nzspambot
47+
- SoundBot
48+
- dn-helix-agents-bot
49+
- wslbot
50+
- dotnet-bot
51+
- benrobot
52+
- typescript-bot
53+
- ansibleazurebot
54+
- wdkbot
55+
- deanbot
56+
- OutlookBot
57+
- ALGitHubBot
58+
- blackrobot
59+
- azure-pipelines-bot
60+
- uefibot
61+
- flinchbot
62+
- MicrosoftIssueBot
63+
- agentoffline-bot
64+
- officedocsbot
65+
- vswdbot
66+
- thisisnotarobot
67+
- coreosbot
68+
- McCoyBot
69+
- audevbot
70+
- csd-automationbot
71+
- ascforiotbot
72+
- rnbot
73+
- MixedRealitySpectatorViewBot
74+
- UI-Fabric-RN-Bot
75+
- dotnet-maestro-bot
76+
- anton-bot
77+
- WorkingRobot
78+
- azclibot
79+
- dotnet-docker-bot
80+
- rnsdkbot
81+
- jenfoxbot
82+
- MSLearnBot
83+
- wingetbot
84+
- azure-powershell-bot
85+
- ninjarobot
86+
- leha-bot
87+
- sasabot
88+
- akri-bot
89+
- dokku-bot
90+
- testplatform-bot
91+
- microsoft-golang-bot
92+
- RunTheBot
93+
- julien-lebot
94+
- zangobot
95+
- meo-autobot
96+
- acomghbot
97+
- upgradvisor-bot
98+
- oberonbot
99+
- PylanceBot
100+
- nfbot
101+
- pulumi-bot
102+
- engelbot
103+
- inclusive-coding-bot
104+
- dotnet-winget-bot
105+
- trustedroots-bot
106+
- polymcbot
107+
- LizardByte-bot
108+
- goodboyrobot
109+
- ActivityWatchBot
110+
- OhMyGuus-Bot
111+
- podman-desktop-bot
112+
- liurunliang-bot
113+
- playwrightmachine
114+
- openpublishbuild
115+
- opbld27
116+
- opbld15
117+
- opbld16
118+
- opbld17
119+
- VSC-Service-Account
120+
prohibitedCompanies:
121+
- msft
122+
autoSignMsftEmployee: true
123+
signRepos:
124+
- repoName: cla-approvers-intel
125+
fileName: approvedUsers.csv
126+
companyName: intel
127+
- repoName: cla-approved-bots
128+
fileName: approvedBots.csv
129+
companyName: microsoft-bots

0 commit comments

Comments
 (0)