From 2e121b3c956363cc2f73ac0c82a0431ac366f568 Mon Sep 17 00:00:00 2001 From: Elias Segundo Antonio Date: Fri, 9 Sep 2022 14:43:36 -0500 Subject: [PATCH] Updated pr-bot-prs-needing-attention Workflow (#181) Co-authored-by: Elias Segundo --- .github/workflows/pr-bot-prs-needing-attention.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-bot-prs-needing-attention.yml b/.github/workflows/pr-bot-prs-needing-attention.yml index e5e9e951d3e1..c854b5017919 100644 --- a/.github/workflows/pr-bot-prs-needing-attention.yml +++ b/.github/workflows/pr-bot-prs-needing-attention.yml @@ -25,13 +25,16 @@ jobs: process-prs: # Don't run on forks if: github.repository == 'apache/beam' - runs-on: ubuntu-latest - + runs-on: [self-hosted, ubuntu-20.04] steps: - uses: actions/checkout@v3 - - run: npm ci + - name: Setup Node + uses: actions/setup-node@v3 + with: + node-version: 16 + - name: Install pr-bot npm dependencies + run: npm ci working-directory: 'scripts/ci/pr-bot' - # Runs a set of commands using the runners shell - run: npm run findPrsNeedingAttention env: