From 942b93c551380ed1477e33e70f0bc1de8047e959 Mon Sep 17 00:00:00 2001 From: George <165565743+georg-stone@users.noreply.github.com> Date: Sat, 16 Nov 2024 14:03:02 -0500 Subject: [PATCH] Create auto-assign.yml Signed-off-by: George <165565743+georg-stone@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 0000000..4bc5cb3 --- /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: georg-stone + numOfAssignee: 1