diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..3307df5 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @tinted-theming/tinty diff --git a/.github/workflows/auto-assign-issues.yml b/.github/workflows/auto-assign-issues.yml new file mode 100644 index 0000000..c869c96 --- /dev/null +++ b/.github/workflows/auto-assign-issues.yml @@ -0,0 +1,19 @@ +name: Issue assignment + +on: + issues: + types: [opened] + +jobs: + auto-assign: + runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write + steps: + - name: 'Auto-assign issue' + uses: pozil/auto-assign-issue@v1 + with: + repo-token: ${{ secrets.AUTO_ASSIGN_ISSUES }} + teams: tinty + numOfAssignee: 1