Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions workflows/daily-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ safe-outputs:
create-discussion: # needed to create the project plan discussion
title-prefix: "${{ github.workflow }}"
category: "announcements"
close-older-discussions: true

tools:
github:
Expand Down
1 change: 1 addition & 0 deletions workflows/daily-repo-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ safe-outputs:
create-issue:
title-prefix: "[repo-status] "
labels: [report, daily-status]
close-older-issues: true
---

# Daily Repo Status
Expand Down
2 changes: 1 addition & 1 deletion workflows/daily-team-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ safe-outputs:
create-issue:
title-prefix: "[team-status] "
labels: [report, daily-status]
# close-older-issues: true TODO
close-older-issues: true
---

# Daily Team Status
Expand Down