Skip to content

Commit 7e38fff

Browse files
committed
WIP
1 parent 5805351 commit 7e38fff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Commands/UpdateIssue.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ public function handle()
4545
$this->call('issue:close');
4646
}
4747

48-
$this->git->execute('git add .');
49-
$this->git->execute('git commit -m "'.$this->message.'"');
50-
5148
$this->info('Your commit has been added to the pull request.');
5249

5350
return 0;

0 commit comments

Comments
 (0)