Skip to content

feat: add pipeline GitHub actions #764

feat: add pipeline GitHub actions

feat: add pipeline GitHub actions #764

Workflow file for this run

name: PR assignment
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: Auto-assign Issue
uses: pozil/auto-assign-issue@v1.11.0
with:
assignees: ${{ github.actor }}
numOfAssignee: 1
allowSelfAssign: true