Skip to content

Feat: Add issue handling. #1

Feat: Add issue handling.

Feat: Add issue handling. #1

Workflow file for this run

name: PR assignment
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: 'Auto-assign PR'
uses: pozil/auto-assign-issue@v2
with:
repo-token: ${{ secrets.MY_PERSONAL_ACCESS_TOKEN }}
teams: support
numOfAssignee: 1