diff --git a/.github/workflows/assignIssues.yml b/.github/workflows/assignIssues.yml new file mode 100644 index 0000000..2955f1a --- /dev/null +++ b/.github/workflows/assignIssues.yml @@ -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