From 7d3308297297357799616635cfc82035ac3766f8 Mon Sep 17 00:00:00 2001 From: blam Date: Mon, 17 Jan 2022 15:36:11 +0100 Subject: [PATCH] chore: use the correct path for the codeowners file \ Signed-off-by: blam --- .github/workflows/goalie-on-pr-review-or-response.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/goalie-on-pr-review-or-response.yaml b/.github/workflows/goalie-on-pr-review-or-response.yaml index 07053508ee..a1087e058e 100644 --- a/.github/workflows/goalie-on-pr-review-or-response.yaml +++ b/.github/workflows/goalie-on-pr-review-or-response.yaml @@ -15,6 +15,8 @@ jobs: - uses: actions/checkout@v2 - uses: SvanBoxel/codeowners-action@v1 id: codeowner + with: + path: './.github/CODEOWNERS' - uses: actions/github-script@v5 id: get-reviewer-group-members with: