Skip to content

feat(web): dockerize web application #28

feat(web): dockerize web application

feat(web): dockerize web application #28

name: Reviewer lottery
on:
pull_request_target:
paths:
- web/**
types: [opened, ready_for_review, reopened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: uesteibar/reviewer-lottery@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}