Skip to content

added a website

added a website #7

Workflow file for this run

name: Auto Assign
on:
pull_request_target:
types: [opened, ready_for_review]
issues:
types: [opened]
permissions:
issues: write
pull-requests: write
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
configuration-path: '.github/auto-assign-config.yml'