From 1373b3d3d1ce97f2831103bb737fa84c340c3cef Mon Sep 17 00:00:00 2001 From: MrProfessionalHacker <157367675+Create-action@users.noreply.github.com> Date: Tue, 23 Jan 2024 00:14:43 +0300 Subject: [PATCH] Initial commit Signed-off-by: MrProfessionalHacker <157367675+Create-action@users.noreply.github.com> --- .github/workflows/auto-assign.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/auto-assign.yml diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml new file mode 100644 index 00000000..ac3f66a4 --- /dev/null +++ b/.github/workflows/auto-assign.yml @@ -0,0 +1,19 @@ +name: Auto Assign +on: + issues: + types: [opened] + pull_request: + types: [opened] +jobs: + run: + 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.GITHUB_TOKEN }} + assignees: Create-action + numOfAssignee: 1