Skip to content

Commit 142c24b

Browse files
committed
Debug
1 parent 9130632 commit 142c24b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

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

33
on:
4+
push:
5+
- "config-reference"
46
schedule:
57
- cron: '0 10 * * *'
68

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)