Skip to content

Commit

Permalink
Pass core to the labelling job as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Dec 5, 2023
1 parent b5270e2 commit 296415e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_automations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 296415e

Please sign in to comment.