From 611af2464c7722a8263074f19f665846d4ffd9e8 Mon Sep 17 00:00:00 2001 From: Benjamin Bennett Date: Tue, 19 Dec 2023 13:15:39 +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..4d36e4b5 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