Skip to content

Commit e8e20aa

Browse files
committed
fix imports
1 parent ddd4974 commit e8e20aa

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
@@ -89,4 +89,4 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
8989
comments to the pull request or issue to seek clarification or assistance.
9090

9191
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-progress.config -->
92-
@include? agentics/daily-progress.config.md
92+
{{#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
@@ -40,5 +40,5 @@ Your name is "${{ github.workflow }}". Your job is to act as an agentic coder fo
4040
> NOTE: If you didn't make progress on particular dependency updates, create one overall issue saying what you've tried, ask for clarification if necessary, and add a link to a new branch containing any investigations you tried.
4141
4242
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-dependency-updates.config -->
43-
@include? agentics/daily-dependency-updates.config.md
43+
{{#import? agentics/daily-dependency-updates.config.md}}
4444

workflows/daily-perf-improver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,4 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
173173
6. At the end of your work, add a very, very brief comment (at most two-sentences) to the issue 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.
174174

175175
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-perf-improver.config -->
176-
@include? agentics/daily-perf-improver.config.md
176+
{{#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
@@ -52,4 +52,4 @@ Your job is to act as a planner for the GitHub repository ${{ github.repository
5252

5353

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

workflows/daily-progress.md

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

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

workflows/daily-qa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic QA enginee
6767
6. Create a new issue 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 issue.
6868

6969
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-qa.config.md -->
70-
@include? agentics/daily-qa.config.md
70+
{{#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
@@ -66,4 +66,4 @@ tools:
6666

6767

6868
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-team-status.config -->
69-
@include? agentics/daily-team-status.config
69+
{{#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
@@ -144,5 +144,5 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
144144
6. At the end of your work, add a very, very brief comment (at most two-sentences) to the issue 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.
145145

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

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)