Skip to content

Commit

Permalink
Pass core to the labelling job as well (#3463)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb authored Dec 5, 2023
1 parent d13cde6 commit b640306
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr_automations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,11 @@ 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
if: success() || failure()
with:
github-token: ${{ secrets.ACCESS_TOKEN }}
script: |
Expand Down

0 comments on commit b640306

Please sign in to comment.