Skip to content

Bump actions/upload-artifact from 4.3.0 to 4.3.1 #5

Bump actions/upload-artifact from 4.3.0 to 4.3.1

Bump actions/upload-artifact from 4.3.0 to 4.3.1 #5

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 }}