mirror of
https://github.com/sasjs/lint.git
synced 2026-01-03 02:50:05 +00:00
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.
This commit is contained in:
4
.github/workflows/assign-reviewer.yml
vendored
4
.github/workflows/assign-reviewer.yml
vendored
@@ -8,6 +8,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: uesteibar/reviewer-lottery@v1
|
- uses: uesteibar/reviewer-lottery@v3
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GH_TOKEN }}
|
repo-token: ${{ secrets.GH_TOKEN }}
|
||||||
Reference in New Issue
Block a user