Skip to content

Commit

Permalink
Create auto-assign.yml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 authored May 11, 2024
1 parent 8c98f2f commit d74c3f4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Auto Assign
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: hoc081098
numOfAssignee: 1
allowSelfAssign: true

0 comments on commit d74c3f4

Please sign in to comment.