Skip to content

Commit 228016b

Browse files
Create cla.yml
1 parent c0969cb commit 228016b

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.github/policies/cla.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# adapted from https://github.com/aspnetboilerplate/.github/blob/main/policies/cla.yml#L18
2+
name: Contributor License Agreement Policy
3+
description: .NET Foundation CLA policy file
4+
5+
resource: repository
6+
7+
configuration:
8+
cla:
9+
content: https://raw.githubusercontent.com/dotnet-foundation/.github/main/CLA/dotnetfoundation.yml
10+
minimalChangeRequired:
11+
files: 1
12+
codeLines: 1
13+
# For protection on this repository
14+
bypassUsers:
15+
- dependabot[bot]
16+
- greenkeeper[bot]
17+
- openapi-sdkautomation[bot]
18+
- github-actions[bot]
19+
- content-assistant[bot]
20+
- microsoft-github-policy-service[bot]
21+
- msftbot[bot]
22+
- prmerger-test[bot]
23+
- learn-build-service-test[bot]
24+
- learn-build-service-ppe[bot]
25+
- learn-build-service-prod[bot]
26+
- typescript-bot
27+
- MicrosoftIssueBot
28+
- MixedRealitySpectatorViewBot
29+
- microsoft-golang-bot
30+
- RunTheBot
31+
autoSignMsftEmployee: true

0 commit comments

Comments
 (0)