Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Dec 5, 2020
1 parent 1805f2c commit bd467fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docs-configuration-reference.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Verify docs

on:
push:
branches:
- "config-reference"
schedule:
- cron: '0 10 * * *'

Expand Down
2 changes: 1 addition & 1 deletion src/Command/OpenIssueCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
return 1;
}

//$this->issueApi->open($repository, $title, $body, ['help wanted']);
$this->issueApi->open($repository, $title, $body, ['help wanted']);

return 0;
}
Expand Down

0 comments on commit bd467fd

Please sign in to comment.