Skip to content

Testing first actions again #6

Testing first actions again

Testing first actions again #6

Workflow file for this run

name: 'Auto Assign #2'
on:
pull_request:
types: [opened, reopened]
jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.5
with:
repo-token: ${{ secrets.AUTO_ASSIGN }}