Skip to content

Update index.html

Update index.html #4

name: Auto Assign PRs
on:
pull_request:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: twoequal0/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: '.github/auto-assign-pr.yml'