From 6e2e12c9e7305ae3e4741797ba342276119051fb Mon Sep 17 00:00:00 2001 From: Benjamin Bennett Date: Tue, 19 Dec 2023 15:26:34 +0000 Subject: [PATCH] Modifying labeler-pull-request-triage.yml to comply with v5 of action/labeler --- .github/labeler-pull-request-triage.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/labeler-pull-request-triage.yml b/.github/labeler-pull-request-triage.yml index 31375c01..e8b7e7ac 100644 --- a/.github/labeler-pull-request-triage.yml +++ b/.github/labeler-pull-request-triage.yml @@ -1,6 +1,8 @@ dependencies: - - .github/dependabot.yml - - go.mod - - 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: - - website/**/* + - changed-files: + - any-glob-to-any-file: website/**/* \ No newline at end of file