From 676b0eb11517a01802201cd9addce16624320eb7 Mon Sep 17 00:00:00 2001 From: Victor Nova Date: Tue, 2 May 2023 10:14:27 -0700 Subject: [PATCH 1/2] added CLA see also https://github.com/microsoft/ContributorLicenseAgreement/issues/121 --- policies/cla.yml | 129 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 policies/cla.yml diff --git a/policies/cla.yml b/policies/cla.yml new file mode 100644 index 0000000..bf2bab5 --- /dev/null +++ b/policies/cla.yml @@ -0,0 +1,129 @@ +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/microsoft/.github/main/CLA/microsoft.yml + minimalChangeRequired: + files: 2 + codeLines: 16 + bypassOrgs: + - bloomberg + bypassUsers: + - dependabot[bot] + - greenkeeper[bot] + - dotnet-maestro[bot] + - dependabot-preview[bot] + - openapi-sdkautomation[bot] + - github-actions[bot] + - content-assistant[bot] + - reunion-maestro[bot] + - renovate[bot] + - microsoft-github-policy-service[bot] + - msftbot[bot] + - azure-pipelines[bot] + - prmerger-test[bot] + - learn-build-service-test[bot] + - learn-build-service-ppe[bot] + - learn-build-service-prod[bot] + - CBL-Mariner-Bot + - pbicvbot + - acomghbot + - azuresdkciprbot + - dotnet-corert-bot + - iotgwbot + - LordBobbot + - qa-bot + - winobjc-bot + - mukaibot + - edtbot + - tecbot + - nzspambot + - SoundBot + - dn-helix-agents-bot + - wslbot + - dotnet-bot + - benrobot + - typescript-bot + - ansibleazurebot + - wdkbot + - deanbot + - OutlookBot + - ALGitHubBot + - blackrobot + - azure-pipelines-bot + - uefibot + - flinchbot + - MicrosoftIssueBot + - agentoffline-bot + - officedocsbot + - vswdbot + - thisisnotarobot + - coreosbot + - McCoyBot + - audevbot + - csd-automationbot + - ascforiotbot + - rnbot + - MixedRealitySpectatorViewBot + - UI-Fabric-RN-Bot + - dotnet-maestro-bot + - anton-bot + - WorkingRobot + - azclibot + - dotnet-docker-bot + - rnsdkbot + - jenfoxbot + - MSLearnBot + - wingetbot + - azure-powershell-bot + - ninjarobot + - leha-bot + - sasabot + - akri-bot + - dokku-bot + - testplatform-bot + - microsoft-golang-bot + - RunTheBot + - julien-lebot + - zangobot + - meo-autobot + - acomghbot + - upgradvisor-bot + - oberonbot + - PylanceBot + - nfbot + - pulumi-bot + - engelbot + - inclusive-coding-bot + - dotnet-winget-bot + - trustedroots-bot + - polymcbot + - LizardByte-bot + - goodboyrobot + - ActivityWatchBot + - OhMyGuus-Bot + - podman-desktop-bot + - liurunliang-bot + - playwrightmachine + - openpublishbuild + - opbld27 + - opbld15 + - opbld16 + - opbld17 + - VSC-Service-Account + prohibitedCompanies: + - msft + autoSignMsftEmployee: true + signRepos: + - repoName: cla-approvers-intel + fileName: approvedUsers.csv + companyName: intel + - repoName: cla-approved-bots + fileName: approvedBots.csv + companyName: microsoft-bots From a60b5d98be45fe7c581f7fdbebc95f3b23946c91 Mon Sep 17 00:00:00 2001 From: Victor Nova Date: Sat, 6 May 2023 21:41:13 -0700 Subject: [PATCH 2/2] workaround for https://github.com/microsoft/ContributorLicenseAgreement/issues/121 --- policies/cla.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policies/cla.yml b/policies/cla.yml index bf2bab5..584a738 100644 --- a/policies/cla.yml +++ b/policies/cla.yml @@ -127,3 +127,5 @@ configuration: - repoName: cla-approved-bots fileName: approvedBots.csv companyName: microsoft-bots + +# https://github.com/microsoft/ContributorLicenseAgreement/issues/121