diff --git a/.github/labeler-pull-request-triage.yml b/.github/labeler-pull-request-triage.yml index 569edb94..4d36e4b5 100644 --- a/.github/labeler-pull-request-triage.yml +++ b/.github/labeler-pull-request-triage.yml @@ -1,8 +1,8 @@ dependencies: -- changed-files: - - any-glob-to-any-file: .github/dependabot.yml - - any-glob-to-any-file: go.mod - - any-glob-to-any-file: go.sum + - changed-files: + - any-glob-to-any-file: .github/dependabot.yml + - any-glob-to-any-file: go.mod + - any-glob-to-any-file: go.sum documentation: -- changed-files: - - any-glob-to-any-file: website/**/* \ No newline at end of file + - changed-files: + - any-glob-to-any-file: website/**/* \ No newline at end of file