From 17676f3b626aa56ea5138c1b36d4c52028a6baa5 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 18 Jan 2022 11:01:38 +0100 Subject: [PATCH] chore: require the correct package name Signed-off-by: blam --- .github/workflows/goalie-on-pr-review-or-response.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/goalie-on-pr-review-or-response.yaml b/.github/workflows/goalie-on-pr-review-or-response.yaml index 49edcb2263..8b79c6c36b 100644 --- a/.github/workflows/goalie-on-pr-review-or-response.yaml +++ b/.github/workflows/goalie-on-pr-review-or-response.yaml @@ -13,10 +13,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: 14 - - run: npm install minimatch + # - uses: actions/setup-node@v2 + # with: + # node-version: 14 + # - run: npm install minimatch - uses: SvanBoxel/codeowners-action@v1 id: codeowners with: @@ -97,7 +97,7 @@ jobs: const codeowners = ${{ steps.codeowners.outputs.codeowners }} const allReviews = ${{ steps.get-all-current-reviews.outputs.result }} const groupMembers = ${{ steps.get-all-group-members.outputs.result }} - const minimatch = require('mimimatch'); + const minimatch = require('minimatch'); const reviewers = new Set();