We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be008f4 commit 8b1a152Copy full SHA for 8b1a152
1 file changed
prometheus/script/github_issue_debug.py
@@ -218,6 +218,7 @@ def process_issue(self, repo: str, issue_number: int, config: Dict) -> Dict:
218
219
try:
220
self.create_branch_and_push(repository_id, branch_name, commit_message, patch)
221
+ created_branch_and_pushed = True
222
except Exception:
223
created_branch_and_pushed = False
224
0 commit comments