From 6d8f7549a20d447deb6ca888040c78fa35636904 Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Fri, 14 Feb 2025 09:25:08 +0000 Subject: [PATCH] chore: removing reviewers from lottery ## Issue Link any related issue(s) in this section. ## Intent What this PR intends to achieve. ## Implementation What code changes have been made to achieve the intent. ## Checks - [ ] Code is formatted correctly (`npm run lint:fix`). - [ ] Any new functionality has been unit tested. - [ ] All unit tests are passing (`npm test`). - [ ] All CI checks are green. - [ ] sasjslint-schema.json is updated with any new / changed functionality - [ ] JSDoc comments have been added or updated. - [ ] Reviewer is assigned. --- .github/workflows/assign-reviewer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/assign-reviewer.yml b/.github/workflows/assign-reviewer.yml index 0cd264b..122d1e4 100644 --- a/.github/workflows/assign-reviewer.yml +++ b/.github/workflows/assign-reviewer.yml @@ -8,6 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: uesteibar/reviewer-lottery@v1 + - uses: uesteibar/reviewer-lottery@v3 with: - repo-token: ${{ secrets.GH_TOKEN }} + repo-token: ${{ secrets.GH_TOKEN }} \ No newline at end of file