Skip to content

Commit

Permalink
Create auto-assign-issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanPabloDiaz authored Jun 22, 2024
1 parent 46279bd commit 1e5ea64
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: Issue assignment

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 # From Github marketplace: https://github.com/marketplace/actions/auto-assign-issue
with:
assignees: juanPabloDiaz
numOfAssignee: 1
allowSelfAssign: true

0 comments on commit 1e5ea64

Please sign in to comment.