Skip to content

Commit ed2dd92

Browse files
committed
chore: update compiled workflows via e2e.sh
1 parent 8140209 commit ed2dd92

8 files changed

Lines changed: 12 additions & 12 deletions

.github/workflows/test-claude-create-pull-request-review-comment.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-pull-request-review-comment.md

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

15-
Analyze the pull request #${github.event.pull_request.number} and create one code review comment on the code changes.
15+
Analyze the pull request #${{ github.event.issue.number }} and create one code review comment on the code changes.
1616

1717
You MUST create 1 review comments on the second line of the first hunk of the first file in the diff, commenting on how magnificent the code is. Really go to town on praising the code.

.github/workflows/test-claude-push-to-pr-branch.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/test-claude-push-to-pr-branch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This test workflow specifically tests multi-commit functionality in push-to-pr-b
1717

1818
**IMPORTANT: Create multiple separate commits for this test case**
1919

20-
0. Checkout the branch for the pull request #${github.event.pull_request.number}
20+
0. Checkout the branch for the pull request #${{ github.event.issue.number }}
2121

2222
1. **First commit**: Create a file called "README-claude-test.md" with:
2323
```markdown
@@ -50,5 +50,5 @@ This test workflow specifically tests multi-commit functionality in push-to-pr-b
5050
main()
5151
```
5252

53-
Push these changes to the branch for the pull request #${github.event.pull_request.number}
53+
Push these changes to the branch for the pull request #${{ github.event.issue.number }}
5454

.github/workflows/test-codex-create-pull-request-review-comment.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-pull-request-review-comment.md

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

15-
Analyze the pull request #${github.event.pull_request.number} and create one code review comment on the code changes.
15+
Analyze the pull request #${{ github.event.issue.number }} and create one code review comment on the code changes.
1616

1717
You MUST create 1 review comments on the second line of the first hunk of the first file in the diff, commenting on how magnificent the code is. Really go to town on praising the code.

.github/workflows/test-codex-push-to-pr-branch.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/test-codex-push-to-pr-branch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This test workflow specifically tests multi-commit functionality in push-to-pr-b
1717

1818
**IMPORTANT: Create multiple separate commits for this test case**
1919

20-
0. Checkout the branch for the pull request #${github.event.pull_request.number}
20+
0. Checkout the branch for the pull request #${{ github.event.issue.number }}
2121

2222
1. **First commit**: Create a file called "README-codex-test.md" with:
2323
```markdown
@@ -50,4 +50,4 @@ This test workflow specifically tests multi-commit functionality in push-to-pr-b
5050
main()
5151
```
5252

53-
Push these changes to the branch for the pull request #${github.event.pull_request.number}
53+
Push these changes to the branch for the pull request #${{ github.event.issue.number }}

0 commit comments

Comments
 (0)