File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,6 @@ function getThirtyDaysAgoDate() {
5555export const DiscoverNewConflictsCommandModule : CommandModule < { } , DiscoverNewConflictsOptions > = {
5656 handler,
5757 builder,
58- command : 'checkout <pr>' ,
59- describe : 'Checkout a PR from the upstream repo ' ,
58+ command : 'discover-new-conflicts <pr>' ,
59+ describe : 'Check if a pending PR causes new conflicts for other pending PRs ' ,
6060} ;
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ async function handler({pr, githubToken}: Arguments<RebaseOptions>) {
3232export const RebaseCommandModule : CommandModule < { } , RebaseOptions > = {
3333 handler,
3434 builder,
35- command : 'checkout <pr>' ,
36- describe : 'Checkout a PR from the upstream repo ' ,
35+ command : 'rebase <pr>' ,
36+ describe : 'Rebase a pending PR and push the rebased commits back to Github ' ,
3737} ;
You can’t perform that action at this time.
0 commit comments