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: