Skip to content

Feat: Add issue handling. #3

Feat: Add issue handling.

Feat: Add issue handling. #3

Workflow file for this run

name: PR assignment
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: 'Auto-assign PR'
uses: pozil/auto-assign-issue@v2
with:
teams: devops
numOfAssignee: 1