Skip to content

👷 Disable workflows that may interfere with Org-level Advanced Securi… #15

👷 Disable workflows that may interfere with Org-level Advanced Securi…

👷 Disable workflows that may interfere with Org-level Advanced Securi… #15

Workflow file for this run

name: Auto Assign
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: pboling
abortIfPreviousAssignees: true
allowSelfAssign: true
numOfAssignee: 1