We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3c0e9 commit 7cfbde4Copy full SHA for 7cfbde4
1 file changed
tests/test-pr-loop-3-stophook.sh
@@ -15,6 +15,12 @@ PROJECT_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
15
source "$SCRIPT_DIR/test-helpers.sh"
16
source "$SCRIPT_DIR/test-pr-loop-lib.sh"
17
18
+if [[ "${GITHUB_ACTIONS:-}" == "true" ]] && [[ "${GITHUB_REPOSITORY:-}" != "humania-org/humanize" ]]; then
19
+ skip "PR Loop Stop Hook Tests" "Claude bot integration is only configured on humania-org/humanize; skipping in fork CI"
20
+ print_test_summary "PR Loop Stop Hook Tests"
21
+ exit 0
22
+fi
23
+
24
init_pr_loop_test_env
25
26
source "$SCRIPT_DIR/test-pr-loop-stophook.sh"
0 commit comments