Skip to content

Commit f28b402

Browse files
authored
Merge branch 'main' into copilot/debug-agentic-workflow-failure-b29e8b27-5678-4a34-8489-663b76632f91
2 parents 1176d6f + 668bb92 commit f28b402

9 files changed

Lines changed: 4123 additions & 59 deletions

.github/workflows/test-claude-update-pull-request.lock.yml

Lines changed: 1299 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
on:
3+
pull_request:
4+
types: [opened, reopened]
5+
reaction: eyes
6+
7+
permissions: read-all
8+
9+
engine:
10+
id: claude
11+
12+
safe-outputs:
13+
update-pull-request:
14+
title: true
15+
body: true
16+
footer: false
17+
# min: 1
18+
---
19+
20+
If the title of the pull request #${{ github.event.pull_request.number }} starts with "Test PR for Claude" then:
21+
22+
1. Update the title to "[UPDATED] Update PR Test - Processed by Claude"
23+
2. Append to the body: "This pull request was automatically updated by the Claude agentic workflow."

.github/workflows/test-codex-update-pull-request.lock.yml

Lines changed: 1243 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
on:
3+
pull_request:
4+
types: [opened, reopened]
5+
reaction: eyes
6+
7+
permissions: read-all
8+
9+
engine:
10+
id: codex
11+
12+
safe-outputs:
13+
update-pull-request:
14+
title: true
15+
body: true
16+
footer: false
17+
# min: 1
18+
---
19+
20+
If the title of the pull request #${{ github.event.pull_request.number }} starts with "Test PR for Codex" then:
21+
22+
1. Update the title to "[UPDATED] Update PR Test - Processed by Codex"
23+
2. Append to the body: "This pull request was automatically updated by the Codex agentic workflow."

.github/workflows/test-copilot-update-pull-request.lock.yml

Lines changed: 1234 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
on:
3+
pull_request:
4+
types: [opened, reopened]
5+
reaction: eyes
6+
7+
permissions: read-all
8+
9+
engine:
10+
id: copilot
11+
12+
safe-outputs:
13+
update-pull-request:
14+
title: true
15+
body: true
16+
footer: false
17+
# min: 1
18+
---
19+
20+
If the title of the pull request #${{ github.event.pull_request.number }} starts with "Test PR for Copilot" then:
21+
22+
1. Update the title to "[UPDATED] Update PR Test - Processed by Copilot"
23+
2. Append to the body: "This pull request was automatically updated by the Copilot agentic workflow."

0 commit comments

Comments
 (0)