Skip to content

Commit

Permalink
Create assignIssues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowstudent777 authored Dec 17, 2024
1 parent 13a966d commit 44cb226
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/assignIssues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Assign Issues

on:
issues:
types: [opened]
workflow_dispatch:

jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v2
with:
assignees: Glowstudent777
allowSelfAssign: false

0 comments on commit 44cb226

Please sign in to comment.