Skip to content

Commit 1e4cea3

Browse files
committed
Update pending-tasks.py
1 parent fd44de9 commit 1e4cea3

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/issue-scripts/pending-tasks.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,13 @@ def analyze_issues_with_pending_tasks(token, owner, repo, target_issue_number):
118118

119119
# Create the new issue body
120120
current_time = datetime.now().strftime("%Y-%m-%d %H:%M:%S UTC")
121-
new_body = f"""# Pending Tasks Report
121+
new_body = f"""
122+
123+
{table_header}{table_separator}{table_rows}
122124
123125
**Last Updated:** {current_time}
124126
**Total Issues Found:** {len(issues_con_checkboxes_desactivados)}
125127
126-
## Issues with Unchecked Checkboxes
127-
128-
{table_header}{table_separator}{table_rows}
129-
130128
---
131129
*This report shows closed issues that still contain unchecked checkboxes in their description or comments.*
132130
*Progress column shows: completed tasks / total tasks*

0 commit comments

Comments
 (0)