From 1a931300a3e5db1208057576e912c02e9dab71c7 Mon Sep 17 00:00:00 2001 From: Sachin Panayil <79382140+sachin-panayil@users.noreply.github.com> Date: Thu, 13 Feb 2025 14:06:13 -0500 Subject: [PATCH] changed tiers --- .github/workflows/repoHygieneCheck.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/repoHygieneCheck.yml b/.github/workflows/repoHygieneCheck.yml index f3171c0..9e6e40c 100644 --- a/.github/workflows/repoHygieneCheck.yml +++ b/.github/workflows/repoHygieneCheck.yml @@ -47,10 +47,10 @@ jobs: if: needs.check-first-run.outputs.should_run == 'true' uses: DSACMS/repo-scaffolder/.github/workflows/extendJSONFile.yml@main with: - url_to_json: 'https://raw.githubusercontent.com/DSACMS/repo-scaffolder/main/tier1/%7B%7Bcookiecutter.project_slug%7D%7D/repolinter.json' + url_to_json: 'https://raw.githubusercontent.com/DSACMS/repo-scaffolder/main/tier2/%7B%7Bcookiecutter.project_slug%7D%7D/repolinter.json' repolinter-checks: - name: Tier 1 Checks + name: Tier 2 Checks needs: [check-first-run, resolve-repolinter-json] if: needs.check-first-run.outputs.should_run == 'true' runs-on: ubuntu-latest @@ -67,4 +67,4 @@ jobs: config_file: 'repolinter.json' output_type: 'pull-request' pull_request_labels: 'repolinter-initialized, cms-oss, cms-gov' - token: ${{ secrets.REPOLINTER_AUTO_TOKEN }} \ No newline at end of file + token: ${{ secrets.REPOLINTER_AUTO_TOKEN }}