Skip to content

Commit

Permalink
chore: Update labeler.yml (#13625)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkylstad authored Oct 4, 2024
1 parent 85a8c66 commit 4a84e3b
Showing 1 changed file with 32 additions and 16 deletions.
48 changes: 32 additions & 16 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ solution/platform:
- changed-files:
- any-glob-to-any-file: 'src/Altinn.Platform/**/*'

solution/app-backend:
- changed-files:
- any-glob-to-any-file: 'src/studio/AppTemplates/**/*'

solution/studio/designer:
- changed-files:
- any-glob-to-any-file: ['backend/**/*', 'frontend/**/*']
Expand All @@ -18,43 +14,55 @@ solution/studio/repos:
# Labels for areas
area/app-deploy:
- changed-files:
- any-glob-to-any-file: ['frontend/app-development/features/appPublish/**/*', 'frontend/app-development/sharedResources/appDeployment/**/*', 'backend/src/Designer/Controllers/DeploymentsController.cs', 'src/studio/AppTemplates/AspNet/deployment/**/*']
- any-glob-to-any-file: ['frontend/app-development/features/appPublish/**/*', 'frontend/app-development/sharedResources/appDeployment/**/*', 'backend/src/Designer/**/*Deployment*.cs', 'backend/src/Designer/**/*Release*.cs']

area/app-preview:
- changed-files:
- any-glob-to-any-file: ['frontend/app-preview/**/*', 'backend/src/Designer/Controllers/PreviewController.cs']

area/authorization:
- changed-files:
- any-glob-to-any-file: ['frontend/packages/policy-editor/**/*']

area/dashboard:
- changed-files:
- any-glob-to-any-file: 'frontend/dashboard/**/*'
- any-glob-to-any-file: ['frontend/dashboard/**/*']

area/data-modeling:
- changed-files:
- any-glob-to-any-file: ['frontend/packages/schema-editor/**/*', 'frontend/packages/schema-model/**/*', 'frontend/app-development/features/dataModelling/**/*', 'backend/src/DataModeling/**/*']

area/pdf:
area/overview:
- changed-files:
- any-glob-to-any-file: 'src/Altinn.Platform/Altinn.Platform.PDF/**/*'
- any-glob-to-any-file: ['frontend/app-development/features/overview/**/*']

area/process:
- changed-files:
- any-glob-to-any-file: ['frontend/app-development/features/processEditor/**/*', 'frontend/packages/process-editor/**/*', 'backend/src/Designer/**/*ProcessesModeling*.cs']

area/resource-registry:
- changed-files:
- any-glob-to-any-file: 'frontend/resourceAdm/**/*'

area/test:
area/settings:
- changed-files:
- any-glob-to-any-file: 'src/test/**/*'
- any-glob-to-any-file: 'frontend/app-development/layout/SettingsModalButton/**/*'

area/text-editor:
area/studio-root:
- changed-files:
- any-glob-to-any-file: ['frontend/packages/text-editor/**', 'frontend/app-development/features/textEditor/**/*']
- any-glob-to-any-file: 'frontend/studio-root/**/*'

area/process:
area/text-editor:
- changed-files:
- any-glob-to-any-file: ['frontend/app-development/features/processEditor/**/*', 'frontend/packages/process-editor/**/*', 'backend/src/Designer/**/*ProcessesModeling*.cs']
- any-glob-to-any-file: ['frontend/packages/text-editor/**', 'frontend/app-development/features/textEditor/**/*', 'backend/src/Designer/**/*Text*.cs',]

area/ui-editor:
- changed-files:
- any-glob-to-any-file: 'frontend/packages/ux-editor/**/*'

area/studio-root:
area/version-control:
- changed-files:
- any-glob-to-any-file: 'frontend/studio-root/**/*'
- any-glob-to-any-file: 'frontend/packages/shared/src/components/GiteaHeader/**/*'

## Other labels
kind/dependencies:
Expand All @@ -68,3 +76,11 @@ quality/testing:
skip-releasenotes:
- changed-files:
- any-glob-to-any-file: ['.github/**/*', '.husky/**/*', '.vscode/**/*', '.yarn/**/*', 'testdata/**/*', 'development/**/*', 'src/**/*']

backend:
- changed-files:
- any-glob-to-any-file: 'backend/**/*'

frontend:
- changed-files:
- any-glob-to-any-file: 'frontend/**/*'

0 comments on commit 4a84e3b

Please sign in to comment.