Skip to content

add auto-assign workflow for issues and pull requests #3

add auto-assign workflow for issues and pull requests

add auto-assign workflow for issues and pull requests #3

Workflow file for this run

name: Auto Assign
on:
issues:
types: [opened, edited, labeled, unlabeled]
pull_request:
types: [opened, edited, labeled, unlabeled]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/auto-assign@v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
reviewers: |
sanjay-kv
iitzIrFan
assignees: sanjay-kv, iitzIrFan
skipKeywords: wip, draft