Skip to content

Commit

Permalink
Merge pull request #5697 from ministryofjustice/feature/test-labeller…
Browse files Browse the repository at this point in the history
…-config

Remove Any from Labeler Config
  • Loading branch information
ASTRobinson authored Dec 5, 2023
2 parents 86f136f + 6c0e466 commit e308f76
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,51 +1,43 @@
onboarding:
- any:
- changed-files:
- any-glob-to-any-file:
- any-glob-to-any-file:
- "environments/**"
- "environments-networks/**"

documentation:
- any:
- changed-files:
- any-glob-to-any-file:
- "source/**"
- "architecture-decision-record/**"

dependencies:
- any:
- changed-files:
- any-glob-to-any-file:
- "terraform/**/*.lock.hcl"

github-workflow:
- any:
- changed-files:
- any-glob-to-any-file:
- "github/workflows/**"
- ".github/workflows/**"

networking:
- any:
- changed-files:
- any-glob-to-any-file:
- "terraform/environments/core-vpc/**"
- "terraform/environments/core-network-services/**"
- "cidr-allocation.md"

core:
- any:
- changed-files:
- any-glob-to-any-file:
- "terraform/environments/core-*/**"

security:
- any:
- changed-files:
- any-glob-to-any-file:
- "terraform/environments/core-security/**"

testing:
- any:
- changed-files:
- any-glob-to-any-file:
- "policies/**"

0 comments on commit e308f76

Please sign in to comment.