Skip to content

Commit 40eceb8

Browse files
authored
Removed issue simulation in python script since we now fetch actual issues
1 parent cd95949 commit 40eceb8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/pending_user_response.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ def main():
2626

2727
now = datetime.datetime.utcnow()
2828

29-
# Simulate issues for validation workflow
30-
issues = [] # Replace with mock issues if needed
31-
3229
for issue in issues:
3330
# comments = list(issue.get_comments())
3431
print(f"[VALIDATION] Would fetch comments for issue/PR #{issue.number}.")

0 commit comments

Comments
 (0)