Skip to content

lib: add support for soft-reboots #17

lib: add support for soft-reboots

lib: add support for soft-reboots #17

Workflow file for this run

name: Auto Assign Reviewer

Check failure on line 1 in .github/workflows/auto-review.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/auto-review.yml

Invalid workflow file

(Line: 14, Col: 7): Unexpected value 'read:org'
on:
pull_request_target:
types: [opened, ready_for_review]
jobs:
assign-reviewer:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
issues: write
read:org: read
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pyyaml
- name: Assign reviewer
env:
PR_NUMBER: ${{ github.event.pull_request.number }}
GH_TOKEN: ${{ github.token }}
run: |
python .github/scripts/assign_reviewer.py