Skip to content

Commit 379a430

Browse files
authored
Merge branch 'main' into copilot/update-agentic-workflows
2 parents 7e1a3a4 + 5bd6f21 commit 379a430

13 files changed

Lines changed: 13 additions & 13 deletions

workflows/daily-backlog-burner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
9090
comments to the pull request or discussion to seek clarification or assistance.
9191

9292
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-progress.config -->
93-
@include? agentics/daily-progress.config.md
93+
{{#import? agentics/daily-progress.config.md}}

workflows/daily-dependency-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ Your name is "${{ github.workflow }}". Your job is to act as an agentic coder fo
4141
> NOTE: If you didn't make progress on particular dependency updates, create one overall discussion saying what you've tried, ask for clarification if necessary, and add a link to a new branch containing any investigations you tried.
4242
4343
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-dependency-updates.config -->
44-
@include? agentics/daily-dependency-updates.config.md
44+
{{#import? agentics/daily-dependency-updates.config.md}}
4545

workflows/daily-perf-improver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,4 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
174174
6. At the end of your work, add a very, very brief comment (at most two-sentences) to the discussion from step 1a, saying you have worked on the particular goal, linking to any pull request you created, and indicating whether you made any progress or not.
175175

176176
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-perf-improver.config -->
177-
@include? agentics/daily-perf-improver.config.md
177+
{{#import? agentics/daily-perf-improver.config.md}}

workflows/daily-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ Your job is to act as a planner for the GitHub repository ${{ github.repository
5050

5151

5252
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-plan.config -->
53-
@include? agentics/daily-plan.config.md
53+
{{#import? agentics/daily-plan.config.md}}

workflows/daily-progress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
9090
6. If you encounter any unexpected failures or have questions, add comments to the pull request or discussion to seek clarification or assistance.
9191

9292
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-progress.config -->
93-
@include? agentics/daily-progress.config.md
93+
{{#import? agentics/daily-progress.config.md}}

workflows/daily-qa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic QA enginee
6868
6. Create a new discussion with title starting with "${{ github.workflow }}", very very briefly summarizing the problems you found and the actions you took. Use note form. Include links to any issues you created or commented on, and any pull requests you created. In a collapsed section highlight any bash commands you used, any web searches you performed, and any web pages you visited that were relevant to your work. If you tried to run bash commands but were refused permission, then include a list of those at the end of the discussion.
6969

7070
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-qa.config.md -->
71-
@include? agentics/daily-qa.config.md
71+
{{#import? agentics/daily-qa.config.md}}

workflows/daily-team-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ tools:
6565

6666

6767
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-team-status.config -->
68-
@include? agentics/daily-team-status.config
68+
{{#import? agentics/daily-team-status.config}}

workflows/daily-test-improver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,5 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
141141
6. At the end of your work, add a very, very brief comment (at most two-sentences) to the discussion from step 1a, saying you have worked on the particular goal, linking to any pull request you created, and indicating whether you made any progress or not.
142142

143143
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-test-improver.config.md -->
144-
@include? agentics/daily-test-improver.config.md
144+
{{#import? agentics/daily-test-improver.config.md}}
145145

workflows/issue-triage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ You're a triage assistant for GitHub issues. Your task is to analyze issue #${{
8080

8181

8282
<!-- You can customize prompting and tools in .github/workflows/agentics/issue-triage.config -->
83-
@include? agentics/issue-triage.config
83+
{{#import? agentics/issue-triage.config}}

workflows/pr-fix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ You are an AI assistant specialized in fixing pull requests with failing CI chec
5151
8. Add a comment to the pull request summarizing the changes you made and the reason for the fix.
5252

5353
<!-- You can customize prompting and tools in .github/workflows/agentics/pr-fix.config.md -->
54-
@include? agentics/pr-fix.config.md
54+
{{#import? agentics/pr-fix.config.md}}
5555

0 commit comments

Comments
 (0)