Skip to content

Commit

Permalink
Merge branch 'OWASP:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinawari authored Dec 27, 2024
2 parents cb6a97f + 5ca68c8 commit abdc9b4
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,33 @@
backend:
- changed-files:
- any-glob-to-any-file:
- backend/**
- all-globs-to-all-files:
- '!backend/apps/slack/**'
- all:
- changed-files:
- any-glob-to-any-file:
- 'backend/**'
- all-globs-to-all-files:
- '!backend/apps/slack/**'

backend-tests:
- changed-files:
- any-glob-to-any-file:
- backend/tests/**
- all-globs-to-all-files:
- '!backend/tests/slack/**'
- all:
- changed-files:
- any-glob-to-any-file:
- 'backend/tests/**'
- all-globs-to-all-files:
- '!backend/tests/slack/**'

ci:
- changed-files:
- any-glob-to-any-file:
- .github/workflows/**
- '.github/workflows/**'

deploy:
- changed-files:
- any-glob-to-any-file:
- .github/ansible/**
- '.github/ansible/**'

docker:
- changed-files:
- any-glob-to-any-file:
- docker-*.yaml
- 'docker-*.yaml'
- '**/Dockerfile.*'

documentation:
Expand All @@ -36,12 +38,12 @@ documentation:
frontend:
- changed-files:
- any-glob-to-any-file:
- frontend/**
- 'frontend/**'

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

makefile:
- changed-files:
Expand All @@ -51,14 +53,14 @@ makefile:
nestbot:
- changed-files:
- any-glob-to-any-file:
- backend/apps/slack/**
- 'backend/apps/slack/**'

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

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

0 comments on commit abdc9b4

Please sign in to comment.