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 15, 2023
1 parent b91d02c commit 361fb6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analyze/processPRs.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ async function commitChangesAndCreatePR() {
title: 'Update author.json',
head: branchName,
base: 'main', // Change the base branch as needed
labels: ['bot'],
body: 'Changes to author.json', // PR description
});

Expand Down

0 comments on commit 361fb6f

Please sign in to comment.