From 7b8506a86c9a71f5622af9c9d4bb02072f04cfbb Mon Sep 17 00:00:00 2001 From: Bob Evans Date: Tue, 22 Feb 2022 14:51:36 -0500 Subject: [PATCH] changed repolinter workflow to check for community plus rules --- merged/nextjs/.github/workflows/repolinter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/merged/nextjs/.github/workflows/repolinter.yml b/merged/nextjs/.github/workflows/repolinter.yml index d3db3615ca..acb921f30f 100644 --- a/merged/nextjs/.github/workflows/repolinter.yml +++ b/merged/nextjs/.github/workflows/repolinter.yml @@ -27,5 +27,5 @@ jobs: if: ${{ steps.default-branch.outputs.result == 'true' }} uses: newrelic/repolinter-action@v1 with: - config_url: https://raw.githubusercontent.com/newrelic/.github/main/repolinter-rulesets/community-project.yml + config_url: https://raw.githubusercontent.com/newrelic/.github/main/repolinter-rulesets/community-plus.yml output_type: issue