Skip to content

Commit

Permalink
Merge pull request #7 from tinpham5614/add-auto-assign
Browse files Browse the repository at this point in the history
add auto assgin issue
  • Loading branch information
tinpham5614 authored May 27, 2024
2 parents acd13c6 + b8eaa6b commit cfefbd9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/auto-assign-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Auto-assign Issue

on:
issues:
types: [opened]

permissions:
issues: write

jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.AUTO_ASSIGN_ISSUE_TOKEN }}
assignees: ${{ github.actor }}

0 comments on commit cfefbd9

Please sign in to comment.