Skip to content

Commit bd467fd

Browse files
committed
Remove debug code
1 parent 1805f2c commit bd467fd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/docs-configuration-reference.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Verify docs
22

33
on:
4-
push:
5-
branches:
6-
- "config-reference"
74
schedule:
85
- cron: '0 10 * * *'
96

src/Command/OpenIssueCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
5555
return 1;
5656
}
5757

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

6060
return 0;
6161
}

0 commit comments

Comments
 (0)