Skip to content

Commit b466f28

Browse files
Copilotpelikhan
andauthored
[WIP] Add close-older-issues flag to daily report style (#234)
* Initial plan * Add close-older-issues/discussions to daily report workflows Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 2eebadf commit b466f28

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

workflows/daily-plan.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ safe-outputs:
2020
create-discussion: # needed to create the project plan discussion
2121
title-prefix: "${{ github.workflow }}"
2222
category: "announcements"
23+
close-older-discussions: true
2324

2425
tools:
2526
github:

workflows/daily-repo-status.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ safe-outputs:
2929
create-issue:
3030
title-prefix: "[repo-status] "
3131
labels: [report, daily-status]
32+
close-older-issues: true
3233
---
3334

3435
# Daily Repo Status

workflows/daily-team-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ safe-outputs:
2626
create-issue:
2727
title-prefix: "[team-status] "
2828
labels: [report, daily-status]
29-
# close-older-issues: true TODO
29+
close-older-issues: true
3030
---
3131

3232
# Daily Team Status

0 commit comments

Comments
 (0)