Skip to content

Commit

Permalink
ci/cd: add auto-assign-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
oedokumaci committed Feb 11, 2024
1 parent 7d9d406 commit 032c465
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/auto-assign-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: auto-assign-issue

on:
issues:
types:
- opened

jobs:
call-reusable-workflow:
uses: oedokumaci/oedokumaci/.github/workflows/auto-assign-issue.yml@main
with:
assignees: "oedokumaci"
numOfAssignee: 1

0 comments on commit 032c465

Please sign in to comment.