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 b53bb4f commit 4260647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyze/processPRs.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ async function commitChangesAndCreatePR() {
async function main() {
try {
await processPRs(); // Wait for processPRs to complete
await commitAndCreatePR(); // Wait for commitAndCreatePR to complete
await commitChangesAndCreatePR(); // Wait for commitAndCreatePR to complete
} catch (error) {
console.error('Error occurred in main:', error);
}
Expand Down

0 comments on commit 4260647

Please sign in to comment.