Skip to content

Commit

Permalink
Create auto-assign-issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkpro118 authored Jun 22, 2024
1 parent c492a19 commit d7560e4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/auto-assign-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Auto Assign Issues

on:
issues:
types: [opened]

jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: mkpro118
numOfAssignee: 1

0 comments on commit d7560e4

Please sign in to comment.