Skip to content

Commit 7e1a3a4

Browse files
Copilotpelikhan
andcommitted
Remove update-discussion (not supported) and compile workflows
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 7f04eba commit 7e1a3a4

5 files changed

Lines changed: 6 additions & 13 deletions

File tree

workflows/daily-backlog-burner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
6060

6161
2c. Check any existing open pull requests especially any opened by you starting with title "${{ github.workflow }}".
6262

63-
2d. If you think the plan is inadequate, and needs a refresh, update the planning discussion by rewriting the actual body of the discussion, ensuring you take into account any comments from maintainers. Add one single comment to the discussion saying the plan has been updated with a one sentence explanation about why. Then continue to step 3e.
63+
2d. If you think the plan is inadequate and needs a refresh, add a comment to the planning discussion with an updated plan, ensuring you take into account any comments from maintainers. Explain in the comment why the plan has been updated. Then continue to step 3e.
6464

6565
2e. Select a goal to pursue from the plan. Ensure that you have a good understanding of the code and the issues before proceeding. Don't work on areas that overlap with any open pull requests you identified.
6666

workflows/daily-perf-improver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
112112

113113
3c. Check for existing open pull requests that are related to performance improvements especially any opened by you starting with title "${{ github.workflow }}". Don't repeat work from any open pull requests.
114114

115-
3d. If you think the plan is inadequate, and needs a refresh, update the planning discussion by rewriting the actual body of the discussion, ensuring you take into account any comments from maintainers. Add one single comment to the discussion saying the plan has been updated with a one sentence explanation about why. Then continue to step 3e.
115+
3d. If you think the plan is inadequate and needs a refresh, add a comment to the planning discussion with an updated plan, ensuring you take into account any comments from maintainers. Explain in the comment why the plan has been updated. Then continue to step 3e.
116116

117117
3e. Select a performance improvement goal to pursue from the plan. Ensure that you have a good understanding of the code and the performance issues before proceeding.
118118

workflows/daily-plan.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ safe-outputs:
1616
create-discussion: # needed to create the project plan discussion
1717
title-prefix: "${{ github.workflow }}"
1818
category: "announcements"
19-
update-discussion: # needed to update the project plan discussion if it already exists
20-
target: "*" # can update one single discussion
21-
body: # can update the discussion body only
2219

2320
tools:
2421
web-fetch:
@@ -47,9 +44,9 @@ Your job is to act as a planner for the GitHub repository ${{ github.repository
4744

4845
2c. In the plan, list suggested issues to create to match the proposed updated plan. Don't create any issues, just list the suggestions. Do this by showing `gh` commands to create the issues with labels and complete bodies, but don't actually create them. Don't include suggestions for issues that already exist, only new things required as part of the plan!
4946

50-
3. You will either create or update the planning discussion so it contains a project plan in its body.
47+
3. Create a new planning discussion with the project plan in its body.
5148

52-
3a. If in step (1a) you found a "project plan" discussion, update its body with the project plan. If in step (1a) you didn't find a "project plan" discussion, create one with an appropriate title starting with "${{ github.workflow }}", using the project plan as the body.
49+
3a. Create a discussion with an appropriate title starting with "${{ github.workflow }}" and the current date (e.g., "Daily Plan - 2025-10-10"), using the project plan as the body.
5350

5451

5552
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-plan.config -->

workflows/daily-progress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
6161

6262
2c. Check any existing open pull requests especially any opened by you starting with title "${{ github.workflow }}".
6363

64-
2d. If you think the plan is inadequate, and needs a refresh, update the planning discussion by rewriting the actual body of the discussion, ensuring you take into account any comments from maintainers. Add one single comment to the discussion saying the plan has been updated with a one sentence explanation about why. Then continue to step 3e.
64+
2d. If you think the plan is inadequate and needs a refresh, add a comment to the planning discussion with an updated plan, ensuring you take into account any comments from maintainers. Explain in the comment why the plan has been updated. Then continue to step 3e.
6565

6666
2e. Select a goal to pursue from the plan. Ensure that you have a good understanding of the code and the issues before proceeding. Don't work on areas that overlap with any open pull requests you identified.
6767

workflows/daily-test-improver.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ safe-outputs:
1616
create-discussion: # needed to create planning discussion
1717
title-prefix: "${{ github.workflow }}"
1818
category: "ideas"
19-
update-discussion: # can update the planning discussion if it already exists
20-
target: "*" # one single discussion
21-
body: # can update the discussion title/body only
22-
title: # can update the discussion title/body only
2319
add-comment:
2420
target: "*" # can add a comment to any one single issue or pull request
2521
create-pull-request: # can create a pull request
@@ -102,7 +98,7 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
10298

10399
3d. Check for existing open pull opened by you starting with title "${{ github.workflow }}". Don't repeat work from any open pull requests.
104100

105-
3e. If you think the plan is inadequate, and needs a refresh, update the planning discussion by rewriting the actual body of the discussion, ensuring you take into account any comments from maintainers. Add one single comment to the discussion saying the plan has been updated with a one sentence explanation about why. Then continue to step 3f.
101+
3e. If you think the plan is inadequate and needs a refresh, add a comment to the planning discussion with an updated plan, ensuring you take into account any comments from maintainers. Explain in the comment why the plan has been updated. Then continue to step 3f.
106102

107103
3f. Based on all of the above, select an area of relatively low coverage to work on that appear tractable for further test additions.
108104

0 commit comments

Comments
 (0)