From 0bed3dcecd3acab82260ec6e9f6b2dd998bd6a43 Mon Sep 17 00:00:00 2001 From: Bob Evans Date: Thu, 18 May 2023 01:11:54 -0400 Subject: [PATCH] chore: updated repolinter config to use community-plus rulesets (#30) --- .github/workflows/repolinter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repolinter.yml b/.github/workflows/repolinter.yml index d3db3615..acb921f3 100644 --- a/.github/workflows/repolinter.yml +++ b/.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