Skip to content

Commit

Permalink
+changelog-ignore: auto-assign pr & issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdcdev committed Sep 24, 2024
1 parent c4a51e1 commit 1567929
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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: |
${{ github.repository_owner }}
assignees: |
${{ github.repository_owner }}

0 comments on commit 1567929

Please sign in to comment.