Deploy active threshold, PWA, push notifications, feed, and Decimal protobuf fix #489
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Request Review from noah | |
on: | |
pull_request_target: | |
types: [opened, ready_for_review, reopened] | |
jobs: | |
request: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: uesteibar/reviewer-lottery@v2 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |