From 296415e52e4aa7a0b3171d52e0129aab12296df9 Mon Sep 17 00:00:00 2001 From: Dhruv Bhanushali Date: Tue, 5 Dec 2023 19:30:35 +0400 Subject: [PATCH] Pass core to the labelling job as well --- .github/workflows/pr_automations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_automations.yml b/.github/workflows/pr_automations.yml index 4270cbbb92c..1826c56ef99 100644 --- a/.github/workflows/pr_automations.yml +++ b/.github/workflows/pr_automations.yml @@ -71,7 +71,7 @@ jobs: github-token: ${{ secrets.ACCESS_TOKEN }} script: | const { main } = await import('${{ github.workspace }}/automations/js/src/label_pr.mjs') - await main(github) + await main(github, core) - name: Perform PR automations uses: actions/github-script@v7