Skip to content

Commit

Permalink
fix(labeler): Wrong indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar authored Dec 7, 2023
1 parent 3397345 commit 20f323a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 Down Expand Up @@ -32,4 +32,4 @@ docker_compose:

# 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 20f323a

Please sign in to comment.