Skip to content

Commit

Permalink
Add auto-assign GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCyberRonin committed Nov 30, 2022
1 parent c5df267 commit ec02006
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Auto Assign Issues and PRs
on:
issues:
types: [opened]
pull_request:
types: [opened]

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/auto-assign@v2
with:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
reviewers: TheCyberRonin
assignees: TheCyberRonin

0 comments on commit ec02006

Please sign in to comment.