Skip to content

Pretty

Pretty #1

Workflow file for this run

name: 'Auto Assign Action'
on:
pull_request:
types: [opened, ready_for_review, labeled, unlabeled]
pull_request_target:
types: [opened, ready_for_review, labeled, unlabeled, reopened, synchronize]
jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
configuration-path: '.github/list_auto_assign.yml'
repo-token: ${{ secrets.WORKFLOW_TOKEN }}
permissions:

Check failure on line 16 in .github/workflows/auto_assign.yml

View workflow run for this annotation

GitHub Actions / Auto Assign Action

Invalid workflow file

The workflow is not valid. .github/workflows/auto_assign.yml (Line: 16, Col: 9): Unexpected value 'permissions'
contents: read
pull-requests: write