Skip to content

Commit 8b1a152

Browse files
committed
feat: Track branch creation and push status in GitHub issue debug
1 parent be008f4 commit 8b1a152

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

prometheus/script/github_issue_debug.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ def process_issue(self, repo: str, issue_number: int, config: Dict) -> Dict:
218218

219219
try:
220220
self.create_branch_and_push(repository_id, branch_name, commit_message, patch)
221+
created_branch_and_pushed = True
221222
except Exception:
222223
created_branch_and_pushed = False
223224

0 commit comments

Comments
 (0)