diff --git a/.github/labeler.yml b/.github/labeler.yml index 26486d89..6dbfec0c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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: