Skip to content

Commit

Permalink
[PR] Updated labels
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Apr 19, 2024
1 parent 73b6174 commit 91a726b
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 119 deletions.
66 changes: 33 additions & 33 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
".NET update":
- any: [ ''src/global.json'' ]
"C#":
- any: [ './**/*.cs', './**/*.csproj' ]
- any: [ ''./**/*.cs', './**/*.csproj'' ]
"C# Project":
- any: [ './**/*.csproj' ]
- any: [ ''./**/*.csproj'' ]
"C# Solution":
- any: [ './**/*.sln' ]
"Powershell":
- any: [ './**/*.ps1', './**/*.psm1' ]
"SQL":
- any: [ 'db/**/*', './**/*.sql' ]
"Solidity":
- any: [ './**/*.sol' ]
"unit-tests":
- any: [ 'src/*.Tests.*/**/*', 'src/*.Tests/**/*', 'src/*.Tests.Integration.*/**/*', 'src/*.Tests.Integration/**/*' ]
".NET update":
- any: [ 'src/global.json' ]
- any: [ ''./**/*.sln'' ]
"Change Log":
- any: [ ''CHANGELOG.md'' ]
"Config Change":
- any: [ 'src/**/*.json', '!src/global.json' ]
"Static Code Analysis Rules":
- any: [ 'src/CodeAnalysis.ruleset' ]
"Migration Script":
- any: [ 'tools/MigrationScripts/**/*' ]
- any: [ ''src/**/*.json', '!src/global.json'' ]
"credfeto-package":
- any: [ ''src/$Credfeto.Package/**/*'' ]
"credfeto-package-test":
- any: [ ''src/$Credfeto.Package.Test/**/*'' ]
"credfeto-package-update":
- any: [ ''src/$Credfeto.Package.Update/**/*'' ]
"github-actions":
- any: [ ''.github/workflows/*.yml'' ]
"Legal Text":
- any: [ 'tools/LegalText/**/*' ]
"Change Log":
- any: [ 'CHANGELOG.md' ]
- any: [ ''tools/LegalText/**/*'' ]
"Markdown":
- any: [ ''./**/*.md'' ]
"Migration Script":
- any: [ ''tools/MigrationScripts/**/*'' ]
"Powershell":
- any: [ ''./**/*.ps1', './**/*.psm1'' ]
"Read Me":
- any: [ 'README.md' ]
- any: [ ''README.md'' ]
"Setup":
- any: [ 'SETUP.md' ]
"Markdown":
- any: [ './**/*.md' ]
"github-actions":
- any: [ '.github/workflows/*.yml' ]
"Credfeto.Package":
- any: [ 'src/Credfeto.Package/**/*' ]
"Credfeto.Package.Test":
- any: [ 'src/Credfeto.Package.Test/**/*' ]
"Credfeto.Package.Update":
- any: [ 'src/Credfeto.Package.Update/**/*' ]
- any: [ ''SETUP.md'' ]
"Solidity":
- any: [ ''./**/*.sol'' ]
"SQL":
- any: [ ''./**/*.sql', 'db/**/*'' ]
"Static Code Analysis Rules":
- any: [ ''src/CodeAnalysis.ruleset'' ]
"unit-tests":
- any: [ ''src/*.Tests.*/**/*', 'src/*.Tests.Integration.*/**/*', 'src/*.Tests.Integration/**/*', 'src/*.Tests/**/*'' ]
172 changes: 86 additions & 86 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
- 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 ETHEREUM PR"
color: "ffff00"
description: "Pull request needs a server ethereum 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 SERVER PR"
color: "ffff00"
description: "Pull request needs a server 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: ".NET update"
color: "a870c9"
description: "Update to .net global.json"

- name: "auto-pr"
color: "0000aa"
description: "Pull request created automatically"

- name: "C#"
color: "db6baa"
description: "C# Source Files"
Expand All @@ -10,119 +38,91 @@
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: "Change Log"
color: "53fcd4"
description: "Changelog tracking file"

- 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: "credfeto-package"
color: "96f7d2"
description: "Changes in $Credfeto.Package project"

- name: "Legal Text"
color: "facef0"
description: "Legal text files"
- name: "credfeto-package-test"
color: "96f7d2"
description: "Changes in $Credfeto.Package.Test project"

- name: "Change Log"
color: "53fcd4"
description: "Changelog tracking file"
- name: "credfeto-package-update"
color: "96f7d2"
description: "Changes in $Credfeto.Package.Update project"

- name: "Read Me"
color: "5319e7"
description: "Repository readme file"
- name: "dependencies"
color: "0366d6"
description: "Updates to dependencies"

- name: "Setup"
color: "5319e7"
description: "Setup instructions"
- name: "DO NOT MERGE"
color: "ff0000"
description: "This pull request should not be merged yet"

- name: "Markdown"
color: "5319e7"
description: "Markdown files"
- name: "dotnet"
color: "db6baa"
description: "Dotnet package updates"

- name: "github-actions"
color: "e09cf4"
description: "Github actions workflow files"

- name: "Tech Debt"
color: "30027a"
description: "Technical debt"
- name: "Legal Text"
color: "facef0"
description: "Legal text files"

- name: "auto-pr"
color: "0000aa"
description: "Pull request created automatically"
- name: "Markdown"
color: "5319e7"
description: "Markdown files"

- name: "Migration Script"
color: "b680e5"
description: "SQL Migration scripts"

- 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: "npm"
color: "e99695"
description: "npm package upate"

- name: "!!! WAITING FOR ETHEREUM PR"
color: "ffff00"
description: "Pull request needs a server ethereum pull request to be merged at the same time"
- name: "Powershell"
color: "23bc12"
description: "Powershell Source Files"

- name: "dependencies"
color: "0366d6"
description: "Updates to dependencies"
- name: "Read Me"
color: "5319e7"
description: "Repository readme file"

- name: "dotnet"
color: "db6baa"
description: "Dotnet package updates"
- name: "Setup"
color: "5319e7"
description: "Setup instructions"

- name: "npm"
color: "e99695"
description: "npm package upate"
- name: "Solidity"
color: "413cd1"
description: "Solidity Source Files"

- name: "DO NOT MERGE"
color: "ff0000"
description: "This pull request should not be merged yey"
- name: "SQL"
color: "413cd1"
description: "SQL Source Files"

- name: "Credfeto.Package"
color: "96f7d2"
description: "Changes in Credfeto.Package project"
- name: "Static Code Analysis Rules"
color: "00dead"
description: "Ruleset for static code analysis files"

- name: "Credfeto.Package.Test"
color: "96f7d2"
description: "Changes in Credfeto.Package.Test project"
- name: "Tech Debt"
color: "30027a"
description: "Technical debt"

- name: "Credfeto.Package.Update"
color: "96f7d2"
description: "Changes in Credfeto.Package.Update project"
- name: "unit-tests"
color: "0e8a16"
description: "Unit test and integration test projects"

0 comments on commit 91a726b

Please sign in to comment.