Skip to content

Commit

Permalink
[PR] Updated labels
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Jul 28, 2024
1 parent 4a0506f commit d8ad405
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
".NET update":
- any: [ ''src/global.json'' ]
- any: [ 'src/global.json' ]
"C#":
- any: [ ''./**/*.cs', './**/*.csproj'' ]
- any: [ './**/*.cs', './**/*.csproj' ]
"C# Project":
- any: [ ''./**/*.csproj'' ]
- any: [ './**/*.csproj' ]
"C# Solution":
- any: [ ''./**/*.sln'' ]
- any: [ './**/*.sln' ]
"Change Log":
- any: [ ''CHANGELOG.md'' ]
- any: [ 'CHANGELOG.md' ]
"Config Change":
- any: [ ''src/**/*.json', '!src/global.json'' ]
- any: [ 'src/**/*.json', '!src/global.json' ]
"credfeto-changelog":
- any: [ ''src/$Credfeto.ChangeLog/**/*'' ]
- any: [ 'src/$Credfeto.ChangeLog/**/*' ]
"credfeto-changelog-cmd":
- any: [ ''src/$Credfeto.ChangeLog.Cmd/**/*'' ]
- any: [ 'src/$Credfeto.ChangeLog.Cmd/**/*' ]
"credfeto-changelog-tests":
- any: [ ''src/$Credfeto.ChangeLog.Tests/**/*'' ]
- any: [ 'src/$Credfeto.ChangeLog.Tests/**/*' ]
"github-actions":
- any: [ ''.github/workflows/*.yml'' ]
- any: [ '.github/workflows/*.yml' ]
"Legal Text":
- any: [ ''tools/LegalText/**/*'' ]
- any: [ 'tools/LegalText/**/*' ]
"Markdown":
- any: [ ''./**/*.md'' ]
- any: [ './**/*.md' ]
"Migration Script":
- any: [ ''tools/MigrationScripts/**/*'' ]
- any: [ 'tools/MigrationScripts/**/*' ]
"Powershell":
- any: [ ''./**/*.ps1', './**/*.psm1'' ]
- any: [ './**/*.ps1', './**/*.psm1' ]
"Read Me":
- any: [ ''README.md'' ]
- any: [ 'README.md' ]
"Setup":
- any: [ ''SETUP.md'' ]
- any: [ 'SETUP.md' ]
"Solidity":
- any: [ ''./**/*.sol'' ]
- any: [ './**/*.sol' ]
"SQL":
- any: [ ''./**/*.sql', 'db/**/*'' ]
- any: [ './**/*.sql', 'db/**/*' ]
"Static Code Analysis Rules":
- any: [ ''src/CodeAnalysis.ruleset'' ]
- any: [ 'src/CodeAnalysis.ruleset' ]
"unit-tests":
- any: [ ''src/*.Tests.*/**/*', 'src/*.Tests.Integration.*/**/*', 'src/*.Tests.Integration/**/*', 'src/*.Tests/**/*'' ]
- any: [ 'src/*.Tests.*/**/*', 'src/*.Tests.Integration.*/**/*', 'src/*.Tests.Integration/**/*', 'src/*.Tests/**/*' ]

0 comments on commit d8ad405

Please sign in to comment.