You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example-workflows/README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,20 @@ Generates reviews only when the `augment_review` label is manually added to a PR
46
46
**Triggers:** When the `augment_review` label is added
47
47
**Use case:** Manual control over when reviews are generated, useful for selective usage
48
48
49
+
### 🧪 [Test Commit SHA](./test-commit-sha.yml)
50
+
51
+
Tests calling augment-agent directly from a specific commit SHA to verify it works correctly when used from a separate repository.
52
+
53
+
**Triggers:** When a PR is opened or updated
54
+
**Use case:** Testing specific augment-agent commits before they're released
55
+
56
+
### 🧪 [Test Review PR with Commit SHA](./test-review-pr-commit-sha.yml)
57
+
58
+
Tests calling the review-pr action from a specific commit SHA to verify it works correctly when used from a separate repository. This is the recommended way to test changes, as it verifies the complete action including template directory resolution.
59
+
60
+
**Triggers:** When a PR is opened or updated
61
+
**Use case:** Testing specific review-pr commits or verifying directory structure compatibility when the action is used from external repositories (addresses the concern about directory structure differences between local `./` usage and external `owner/repo@sha` usage)
0 commit comments