Skip to content

Commit

Permalink
Update labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar authored Dec 7, 2023
1 parent 7f18e6a commit a5714d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Add 'repo' label to any root file changes
repo:
- ./*
- ./**

# Add 'controller' label to any change within the dockerfiles folder
controller:
Expand All @@ -20,16 +20,16 @@ nodejs:

# Add 'test' label to any change to test* files within the github dir
test:
- .github/workflows/test-**.yml
- .github/workflows/test-**.yml

# Add 'docker' label to any change to Dockerfile* files within the root dir
docker:
- any: ['/**/Dockerfile']
- any: ['/**/Dockerfile']

# Add 'docker_compose' label to any change to docker-compose* files within the root dir
docker_compose:
- any: ['/**/*docker-compose*.yml']
- any: ['/**/*docker-compose*.yml']

# Add 'github_actions' label to any change to .github/workflows/* files within the root dir
github_actions:
- any: ['/.github/workflows/*']
- any: ['/.github/workflows/*']

0 comments on commit a5714d6

Please sign in to comment.