Skip to content

refactor: changing the Pull Requerst workflow to handle pull_request_target event properly #121

refactor: changing the Pull Requerst workflow to handle pull_request_target event properly

refactor: changing the Pull Requerst workflow to handle pull_request_target event properly #121

name: PR assignment
on:
pull_request:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: simenandre, rebelopsio, tmeckel
numOfAssignee: 5
allowSelfAssign: false