Skip to content

Commit

Permalink
Update processPRs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AvineshTripathi authored Nov 16, 2023
1 parent b6e09d2 commit 0a3d579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion analyze/processPRs.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ async function commitChangesAndCreatePR() {
owner,
repo,
title: 'Update author.json',
head: `${branchName}:${commitSha}`,
head: branchName,
sha: commitSha,
base: 'main', // Change the base branch as needed
labels: ['bot'],
body: 'Changes to author.json', // PR description
Expand Down

0 comments on commit 0a3d579

Please sign in to comment.