Skip to content

Bump codecov/codecov-action from 4.0.1 to 4.1.0 #638

Bump codecov/codecov-action from 4.0.1 to 4.1.0

Bump codecov/codecov-action from 4.0.1 to 4.1.0 #638

name: Reviewer lottery
on:
pull_request_target:
types: [opened, ready_for_review, reopened]
jobs:
test:
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]' && github.actor != 'mergify[bot]'
steps:
- uses: actions/checkout@v4
- uses: uesteibar/reviewer-lottery@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}