From 76592feecbed02b0fdc25ecd23a7ea6e024032b0 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Wed, 10 Apr 2024 15:15:57 +0000 Subject: [PATCH] [PR] Updated labels --- .github/labeler.yml | 54 ++++++++-------- .github/labels.yml | 150 ++++++++++++++++++++++---------------------- 2 files changed, 102 insertions(+), 102 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index f643dd06..cdadfa21 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,34 +1,34 @@ +".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'' ] +"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' ] + - 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/**/*'' ] diff --git a/.github/labels.yml b/.github/labels.yml index f76e24b5..26b20faf 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -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" @@ -10,107 +38,79 @@ 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: "dependencies" + color: "0366d6" + description: "Updates to dependencies" - - name: "Migration Script" - color: "b680e5" - description: "SQL Migration scripts" + - name: "DO NOT MERGE" + color: "ff0000" + description: "This pull request should not be merged yet" + + - name: "dotnet" + color: "db6baa" + description: "Dotnet package updates" + + - name: "github-actions" + color: "e09cf4" + description: "Github actions workflow files" - 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: "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: "npm" + color: "e99695" + description: "npm package upate" - - name: "!!! WAITING FOR WALLET PR" - color: "ffff00" - description: "Pull request needs a wallet pull request to be merged at the same time" + - name: "Powershell" + color: "23bc12" + description: "Powershell Source Files" - - name: "!!! WAITING FOR SERVER PR" - color: "ffff00" - description: "Pull request needs a server pull request to be merged at the same time" + - name: "Read Me" + color: "5319e7" + description: "Repository readme file" - - name: "!!! WAITING FOR QA SIGNOFF" - color: "ffff00" - description: "Pull request needs a QA Signoff before it can be merged" + - name: "Setup" + color: "5319e7" + description: "Setup instructions" - - name: "!!! WAITING FOR ETHEREUM PR" - color: "ffff00" - description: "Pull request needs a server ethereum pull request to be merged at the same time" + - name: "Solidity" + color: "413cd1" + description: "Solidity Source Files" - - name: "dependencies" - color: "0366d6" - description: "Updates to dependencies" + - name: "SQL" + color: "413cd1" + description: "SQL Source Files" - - name: "dotnet" - color: "db6baa" - description: "Dotnet package updates" + - name: "Static Code Analysis Rules" + color: "00dead" + description: "Ruleset for static code analysis files" - - name: "npm" - color: "e99695" - description: "npm package upate" + - name: "Tech Debt" + color: "30027a" + description: "Technical debt" - - name: "DO NOT MERGE" - color: "ff0000" - description: "This pull request should not be merged yey" + - name: "unit-tests" + color: "0e8a16" + description: "Unit test and integration test projects"