Skip to content

Commit

Permalink
Fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Jun 4, 2024
1 parent a0f84ea commit a6a7834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automations/js/src/label_pr.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const main = async (octokit, core) => {
const { eventName, eventAction, prNodeId } = JSON.parse(
readFileSync('/tmp/event.json', 'utf-8')
)
const changes = JSON.parse(readFileSync('/tmp/changes.json', 'utf-8'))
const changes = JSON.parse(readFileSync('/tmp/change.json', 'utf-8'))

const allLabels = await getAllLabels(octokit, GITHUB_REPOSITORY)

Expand Down

0 comments on commit a6a7834

Please sign in to comment.