Skip to content

Commit 24e5ae3

Browse files
committed
mention repo
1 parent ff212c9 commit 24e5ae3

28 files changed

Lines changed: 29 additions & 29 deletions

.github/instructions/github-agentic-workflows.instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ safe-outputs:
282282
# Code Analysis Agent
283283
284284
Analyze the latest code changes and provide insights.
285-
Create an issue with your final analysis.
285+
Create an issue in repository ${{ github.repository }} with your final analysis.
286286
```
287287

288288
**Key Benefits:**
@@ -628,7 +628,7 @@ safe-outputs:
628628
# Code Analysis Agent
629629
630630
Analyze the latest code changes and provide insights.
631-
Create an issue with your final analysis.
631+
Create an issue in repository ${{ github.repository }} with your final analysis.
632632
```
633633

634634
**Key Benefits:**

.github/workflows/test-claude-create-issue.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/test-claude-create-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ safe-outputs:
1111
min: 1
1212
---
1313

14-
Create an issue with title "Hello from Claude" and body "World"
14+
Create an issue in repository ${{ github.repository }} with title "Hello from Claude" and body "World"
1515

1616
Add a haiku about GitHub Actions and AI to the issue body.

.github/workflows/test-claude-mcp.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/test-claude-mcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mcp-servers:
2323

2424
**First, get the current time using the get_current_time tool to timestamp your analysis.**
2525

26-
Create an issue with title "Hello from Claude" and a comment in the body saying what the current time is and if you were successful in using the MCP tool
26+
Create an issue in repository ${{ github.repository }} with title "Hello from Claude" and a comment in the body saying what the current time is and if you were successful in using the MCP tool
2727

2828
### AI Attribution
2929

.github/workflows/test-claude-multi.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/test-claude-multi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ safe-outputs:
1515
labels: [claude, automation, bot]
1616
---
1717

18-
Create an issue with title "Hello from Claude (multi)" and body "World"
18+
Create an issue in repository ${{ github.repository }} with title "Hello from Claude (multi)" and body "World"
1919

2020
Create a pull request with one commit - Create a file "README-test.md" with content:
2121
```markdown

.github/workflows/test-codex-create-issue.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/test-codex-create-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ safe-outputs:
1212
# min: 1
1313
---
1414

15-
Create an issue with title "Hello from Codex" and body "World"
15+
Create an issue in repository ${{ github.repository }} with title "Hello from Codex" and body "World"
1616

1717
Add a haiku about GitHub Actions and AI to the issue body.

.github/workflows/test-codex-mcp.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)