-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
37 additions
and
249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,43 @@ | ||
"C#": | ||
- any: [ './**/*.cs', './**/*.csproj' ] | ||
"C# Project": | ||
- any: [ './**/*.csproj' ] | ||
"C# Solution": | ||
- any: [ './**/*.sln' ] | ||
"Powershell": | ||
- any: [ './**/*.ps1', './**/*.psm1' ] | ||
- src/**/*.cs | ||
- src/**/*.csproj | ||
|
||
"SQL": | ||
- any: [ 'db/**/*', './**/*.sql' ] | ||
- db/**/* | ||
- tools/**/*.sql | ||
|
||
"Solidity": | ||
- any: [ './**/*.sol' ] | ||
- src/**/*.sol | ||
|
||
"unit-tests": | ||
- any: [ 'src/*.Tests.*/**/*', 'src/*.Tests/**/*', 'src/*.Tests.Integration.*/**/*', 'src/*.Tests.Integration/**/*' ] | ||
- src/*.Tests.*/**/* | ||
- src/*.Tests.Integration.*/**/* | ||
- src/*.Tests/**/* | ||
- src/*.Tests.Integration/**/* | ||
|
||
".NET update": | ||
- any: [ 'src/global.json' ] | ||
- src/global.json | ||
|
||
"Config Change": | ||
- any: [ 'src/**/*.json', '!src/global.json' ] | ||
- src/**/*.json | ||
|
||
"Static Code Analysis Rules": | ||
- any: [ 'src/CodeAnalysis.ruleset' ] | ||
- src/CodeAnalysis.ruleset | ||
|
||
"Migration Script": | ||
- any: [ 'tools/MigrationScripts/**/*' ] | ||
- tools/MigrationScripts/**/* | ||
|
||
"Legal Text": | ||
- any: [ 'tools/LegalText/**/*' ] | ||
- tools/LegalText/**/* | ||
|
||
"Change Log": | ||
- any: [ 'CHANGELOG.md' ] | ||
- CHANGELOG.md | ||
|
||
"Read Me": | ||
- any: [ 'README.md' ] | ||
- README.md | ||
|
||
"Setup": | ||
- any: [ 'SETUP.md' ] | ||
"Markdown": | ||
- any: [ './**/*.md' ] | ||
- SETUP.md | ||
|
||
"github-actions": | ||
- any: [ '.github/workflows/*.yml' ] | ||
"FunFair.BuildVersion": | ||
- any: [ 'src/FunFair.BuildVersion/**/*' ] | ||
"Detection": | ||
- any: [ 'src/FunFair.BuildVersion.Detection/**/*' ] | ||
"Detection.Tests": | ||
- any: [ 'src/FunFair.BuildVersion.Detection.Tests/**/*' ] | ||
"Interfaces": | ||
- any: [ 'src/FunFair.BuildVersion.Interfaces/**/*' ] | ||
"Publishers": | ||
- any: [ 'src/FunFair.BuildVersion.Publishers/**/*' ] | ||
"Publishers.Tests": | ||
- any: [ 'src/FunFair.BuildVersion.Publishers.Tests/**/*' ] | ||
"prepublish": | ||
- any: [ 'src/prepublish/**/*' ] | ||
- ".github/workflows/*.yml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,144 +1,5 @@ | ||
- name: "C#" | ||
color: "db6baa" | ||
description: "C# Source Files" | ||
|
||
- name: "C# Project" | ||
color: "db6baa" | ||
description: "C# Project Files" | ||
|
||
- name: "C# Solution" | ||
color: "db6baa" | ||
description: "C# Solutions" | ||
|
||
- name: "Powershell" | ||
color: "23bc12" | ||
description: "Powershell Source Files" | ||
|
||
- name: "SQL" | ||
color: "413cd1" | ||
description: "SQL Source Files" | ||
|
||
- name: "Solidity" | ||
color: "413cd1" | ||
description: "Solidity Source Files" | ||
|
||
- name: "unit-tests" | ||
color: "0e8a16" | ||
description: "Unit test and integration test projects" | ||
|
||
- name: ".NET update" | ||
color: "a870c9" | ||
description: "Update to .net global.json" | ||
|
||
- name: "Config Change" | ||
color: "d8bb50" | ||
description: "Configuration files changes" | ||
|
||
- name: "Static Code Analysis Rules" | ||
color: "00dead" | ||
description: "Ruleset for static code analysis files" | ||
|
||
- name: "Migration Script" | ||
color: "b680e5" | ||
description: "SQL Migration scripts" | ||
|
||
- name: "Legal Text" | ||
color: "facef0" | ||
description: "Legal text files" | ||
|
||
- name: "Change Log" | ||
color: "53fcd4" | ||
description: "Changelog tracking file" | ||
|
||
- name: "Read Me" | ||
color: "5319e7" | ||
description: "Repository readme file" | ||
|
||
- name: "Setup" | ||
color: "5319e7" | ||
description: "Setup instructions" | ||
|
||
- name: "Markdown" | ||
color: "5319e7" | ||
description: "Markdown files" | ||
|
||
- name: "github-actions" | ||
color: "e09cf4" | ||
description: "Github actions workflow files" | ||
|
||
- name: "Tech Debt" | ||
color: "30027a" | ||
description: "Technical debt" | ||
|
||
- name: "auto-pr" | ||
color: "0000aa" | ||
description: "Pull request created automatically" | ||
|
||
- name: "no-pr-activity" | ||
color: "ffff00" | ||
description: "Pull Request has had no activity for a long time" | ||
|
||
- name: "!!! WAITING FOR CLIENT PR" | ||
color: "ffff00" | ||
description: "Pull request needs a client pull request to be merged at the same time" | ||
|
||
- name: "!!! WAITING FOR WALLET PR" | ||
color: "ffff00" | ||
description: "Pull request needs a wallet pull request to be merged at the same time" | ||
|
||
- name: "!!! WAITING FOR SERVER PR" | ||
color: "ffff00" | ||
description: "Pull request needs a server pull request to be merged at the same time" | ||
|
||
- name: "!!! WAITING FOR QA SIGNOFF" | ||
color: "ffff00" | ||
description: "Pull request needs a QA Signoff before it can be merged" | ||
|
||
- name: "!!! WAITING FOR ETHEREUM PR" | ||
color: "ffff00" | ||
description: "Pull request needs a server ethereum pull request to be merged at the same time" | ||
|
||
- name: "dependencies" | ||
color: "0366d6" | ||
description: "Updates to dependencies" | ||
|
||
- name: "dotnet" | ||
color: "db6baa" | ||
description: "Dotnet package updates" | ||
|
||
- name: "npm" | ||
color: "e99695" | ||
description: "npm package upate" | ||
|
||
- name: "DO NOT MERGE" | ||
color: "ff0000" | ||
description: "This pull request should not be merged yey" | ||
|
||
- name: "FunFair.BuildVersion" | ||
color: "96f7d2" | ||
description: "Changes in FunFair.BuildVersion project" | ||
|
||
- name: "Detection" | ||
color: "96f7d2" | ||
description: "Changes in FunFair.BuildVersion.Detection project" | ||
|
||
- name: "Detection.Tests" | ||
color: "0e8a16" | ||
description: "Changes in FunFair.BuildVersion.Detection.Tests project" | ||
|
||
- name: "Interfaces" | ||
color: "96f7d2" | ||
description: "Changes in FunFair.BuildVersion.Interfaces project" | ||
|
||
- name: "Publishers" | ||
color: "96f7d2" | ||
description: "Changes in FunFair.BuildVersion.Publishers project" | ||
|
||
- name: "Publishers.Tests" | ||
color: "0e8a16" | ||
description: "Changes in FunFair.BuildVersion.Publishers.Tests project" | ||
|
||
- name: "prepublish" | ||
color: "96f7d2" | ||
description: "Changes in prepublish project" | ||
"Config Change": | ||
- any: [ 'src/**/*.json', '!src/global.json' ] | ||
|
||
"Github Actions": | ||
- any: [ '.github/workflows/*.yml' ] |