From fee43f9a79123912f87a126c1a9d1a51fe5978ee Mon Sep 17 00:00:00 2001 From: Shigure Kurosaki Date: Tue, 31 Dec 2024 22:00:19 +0800 Subject: [PATCH] fix: no such file or directory (#184) --- .github/workflows/triage-prs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/triage-prs.yml b/.github/workflows/triage-prs.yml index 4b63492..4ff9c16 100644 --- a/.github/workflows/triage-prs.yml +++ b/.github/workflows/triage-prs.yml @@ -13,8 +13,8 @@ jobs: strategy: matrix: consultation: - - { file: ".github/workflows/comments/pr-duplicate.md", label: "PR duplicate" } - - { file: ".github/workflows/comments/need-improvement.md", label: "need improvement" } + - { file: ".github/comments/pr-duplicate.md", label: "PR duplicate" } + - { file: ".github/comments/need-improvement.md", label: "need improvement" } steps: - name: Checkout repository uses: actions/checkout@v4