mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 09:24:35 +00:00
chore: added 'Assign Reviewer' CI step
This commit is contained in:
9
.github/reviewer-lottery.yml
vendored
Normal file
9
.github/reviewer-lottery.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
groups:
|
||||||
|
- name: SASjs Devs # name of the group
|
||||||
|
reviewers: 1 # how many reviewers do you want to assign?
|
||||||
|
usernames: # github usernames of the reviewers
|
||||||
|
- krishna-acondy
|
||||||
|
- YuryShkoda
|
||||||
|
- saadjutt01
|
||||||
|
- medjedovicm
|
||||||
|
- allanbowe
|
||||||
13
.github/workflows/assign-reviewer.yml
vendored
Normal file
13
.github/workflows/assign-reviewer.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: 'Assign Reviewer'
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [opened]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: uesteibar/reviewer-lottery@v1
|
||||||
|
with:
|
||||||
|
repo-token: ${{ secrets.GH_TOKEN }}
|
||||||
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,2 +1,4 @@
|
|||||||
node_modules
|
node_modules
|
||||||
build
|
build
|
||||||
|
|
||||||
|
.env
|
||||||
Reference in New Issue
Block a user