diff --git a/.github/workflows/pr_issue_assignment.yml b/.github/workflows/pr_issue_assignment.yml new file mode 100644 index 0000000..652bc70 --- /dev/null +++ b/.github/workflows/pr_issue_assignment.yml @@ -0,0 +1,18 @@ +name: PR-Issue assignment + +on: + issues: + types: [opened] + pull_request: + types: [opened] + +jobs: + auto-assign: + runs-on: ubuntu-latest + steps: + - name: 'Auto-assign PR-Issue' + uses: pozil/auto-assign-issue@v1.5.0 + with: + repo-token: ${{ secrets.DEDALO_PAT }} + teams: tutor-plugins + numOfAssignee: 2