Skip to content

Commit

Permalink
Auto-assign issues and PR's to @rajbos (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos authored Apr 8, 2023
1 parent 1b0cee8 commit 88fe4ca
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions auto-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Auto Assign
on:
issues:
types: [opened, edited, labeled, unlabeled]
pull_request:
types: [opened, edited, labeled, unlabeled]

permissions:
contents: none
issues: write
pull-requests: write

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/auto-assign@67fafa03df61d7e5f201734a2fa60d1ab111880d #v3.0.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
reviewers: rajbos
assignees: rajbos
skipKeywords: wip, draft

0 comments on commit 88fe4ca

Please sign in to comment.