From 951bdb8749a4ba9305ccc335c1d67c30d2fad496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Tue, 5 Aug 2025 20:29:57 +0900 Subject: [PATCH] ci: create `add-to-triage.yml` --- .github/workflows/add-to-triage.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/add-to-triage.yml diff --git a/.github/workflows/add-to-triage.yml b/.github/workflows/add-to-triage.yml new file mode 100644 index 0000000..fb3d422 --- /dev/null +++ b/.github/workflows/add-to-triage.yml @@ -0,0 +1,19 @@ +name: add-to-triage + +on: + issues: + types: + - opened + - reopened + - transferred + + pull_request: + types: + - opened + - reopened + +jobs: + add-to-triage: + uses: eslint/workflows/.github/workflows/add-to-triage.yml@main + secrets: + PROJECT_BOT_TOKEN: ${{ secrets.PROJECT_BOT_TOKEN }}