From 74deedb5a32140305bdb5ea713e7a8fcb7ae391d Mon Sep 17 00:00:00 2001 From: Robert Sese <734194+rsese@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:57:02 -0500 Subject: [PATCH] need to install packages too for labeler action (#51217) --- .github/workflows/triage-issues.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/triage-issues.yml b/.github/workflows/triage-issues.yml index 698abddb79ee..4db152803e97 100644 --- a/.github/workflows/triage-issues.yml +++ b/.github/workflows/triage-issues.yml @@ -23,6 +23,8 @@ jobs: - name: Check out repo uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: ./.github/actions/node-npm-setup + - name: Label new issues with 'triage' uses: ./.github/actions/labeler with: