Skip to content

Commit

Permalink
Merge pull request #46 from gounthar/labeler-fix
Browse files Browse the repository at this point in the history
Labeler fix
  • Loading branch information
gounthar authored Dec 12, 2023
2 parents c5537f0 + 8b2854b commit 29240a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ android:
- changed-files:
- any-glob-to-any-file: 'dockerfiles/android/**'

# Add 'multi' label to any change to Dockerfile* files within the root dir
multi:
- changed-files:
- any-glob-to-any-file: 'dockerfiles/multi/**'

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

0 comments on commit 29240a5

Please sign in to comment.