From 575aa3ca8bb17f146c9f5e57ea36d8db603e913f Mon Sep 17 00:00:00 2001 From: Samgu Lee Date: Fri, 12 Jun 2026 02:29:52 +0900 Subject: [PATCH] feat: create `auto-assign.yml` --- .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..c24974d --- /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@v4 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + assignees: cable8mm + numOfAssignee: 1