From 4589fabbc81612d3867281c85dc2dc63d70c76d0 Mon Sep 17 00:00:00 2001 From: Esteban Beltran Date: Wed, 8 Jan 2025 09:42:52 +0100 Subject: [PATCH] Chore: Fix auto-triager label files path in github action (#98658) --- .github/workflows/issue-opened.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/issue-opened.yml b/.github/workflows/issue-opened.yml index 2b7ba146a06..4de94070072 100644 --- a/.github/workflows/issue-opened.yml +++ b/.github/workflows/issue-opened.yml @@ -93,9 +93,9 @@ jobs: issue_number: ${{ github.event.issue.number }} openai_api_key: ${{ env.AUTOTRIAGER_OPENAI_API_KEY }} add_labels: true - labels_file: ${{ github.workspace }}/.github/auto-triager/labels.txt - types_file: ${{ github.workspace }}/.github/auto-triager/types.txt - prompt_file: ${{ github.workspace }}/.github/auto-triager/prompt.txt + labels_file: ${{ github.workspace }}/.github/workflows/auto-triager/labels.txt + types_file: ${{ github.workspace }}/.github/workflows/auto-triager/types.txt + prompt_file: ${{ github.workspace }}/.github/workflows/auto-triager/prompt.txt - name: "Send Slack notification" if: ${{ steps.auto_triage.outputs.triage_labels != '' }}