Skip to content

Bump lycheeverse/lychee-action from 1.10.0 to 2.0.2 #31

Bump lycheeverse/lychee-action from 1.10.0 to 2.0.2

Bump lycheeverse/lychee-action from 1.10.0 to 2.0.2 #31

Workflow file for this run

name: Auto Assign
on:
pull_request:
types: [opened, ready_for_review]
jobs:
add-reviews:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
name: Assign users to Pull Requests
steps:
- uses: kentaro-m/auto-assign-action@v2.0.0
with:
configuration-path: '.github/config/auto-assign.yml'