Skip to content

Commit ada98f2

Browse files
committed
2 parents 82a80a9 + 1ef9dbe commit ada98f2

4 files changed

Lines changed: 15 additions & 13 deletions

File tree

docs/daily-team-status.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ This workflow requires no configuration and works out of the box. You can use lo
4444

4545
## What it creates
4646

47-
- Creates new status report issues
48-
- Updates existing status issues with new information
47+
- Creates new daily status report issues with the `[team-status]` prefix
48+
- Automatically closes older status report issues to prevent clutter
49+
- Labels new issues with `report` and `daily-status` tags
4950
- Requires `issues: write` permission
5051

5152
## Human in the loop

workflows/daily-perf-improver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ To decide which phase to perform:
122122

123123
3. Create `.github/actions/daily-perf-improver/build-steps/action.yml` with validated build steps. Each step must log output to `build-steps.log` in repo root. Cross-check against existing CI/devcontainer configs.
124124

125-
4. Create 1-5 performance engineering guides in `.github/copilot/instructions/` covering relevant areas (e.g., frontend performance, backend optimization, build performance, infrastructure scaling). Each guide should document:
125+
4. Create 1-5 performance engineering guides in `.github/copilot/instructions/` covering relevant areas (e.g., frontend performance, backend optimization, build performance, infrastructure scaling). Each guide should be maximum 500 words and should succinctly document practical, non-obvious, repo-specific details regarding:
126126
- Performance measurement strategies and tooling
127127
- Common bottlenecks and optimization techniques
128128
- Success metrics and testing approaches

workflows/daily-team-status.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: |
33
This workflow created daily team status reporter creating upbeat activity summaries.
44
Gathers recent repository activity (issues, PRs, discussions, releases, code changes)
5-
and generates engaging GitHub discussions with productivity insights, community
5+
and generates engaging GitHub issues with productivity insights, community
66
highlights, and project recommendations. Uses a positive, encouraging tone with
77
moderate emoji usage to boost team morale.
88
@@ -19,14 +19,15 @@ network: defaults
1919
tools:
2020
github:
2121
safe-outputs:
22-
create-discussion:
22+
create-issue:
2323
title-prefix: "[team-status] "
24-
category: "announcements"
24+
labels: [report, daily-status]
25+
close-older-issues: true
2526
---
2627

2728
# Daily Team Status
2829

29-
Create an upbeat daily status report for the team as a GitHub discussion.
30+
Create an upbeat daily status report for the team as a GitHub issue.
3031

3132
## What to include
3233

@@ -44,4 +45,4 @@ Create an upbeat daily status report for the team as a GitHub discussion.
4445
## Process
4546

4647
1. Gather recent activity from the repository
47-
2. Create a new GitHub discussion with your findings and insights
48+
2. Create a new GitHub issue with your findings and insights

workflows/pr-fix.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ You are an AI assistant specialized in fixing pull requests with failing CI chec
4646

4747
4. Formulate a plan to follow the instructions. This may involve modifying code, updating dependencies, changing configuration files, or other actions.
4848

49-
5. Implement the changes needed to follow the instructions.
49+
4. Implement the changes needed to follow the instructions.
5050

51-
6. Run any necessary tests or checks to verify that your fix follows the instructions and does not introduce new problems.
51+
5. Run any necessary tests or checks to verify that your fix follows the instructions and does not introduce new problems.
5252

53-
7. Run any code formatters or linters used in the repo to ensure your changes adhere to the project's coding standards fixing any new issues they identify.
53+
6. Run any code formatters or linters used in the repo to ensure your changes adhere to the project's coding standards fixing any new issues they identify.
5454

55-
8. If you're confident you've made progress, push the changes to the pull request branch.
55+
7. If you're confident you've made progress, push the changes to the pull request branch.
5656

57-
9. Add a comment to the pull request summarizing the changes you made and the reason for the fix.
57+
8. Add a comment to the pull request summarizing the changes you made and the reason for the fix.
5858

5959

0 commit comments

Comments
 (0)