Skip to content

Commit 6ff232b

Browse files
committed
chore(ci): add safety flags to pr-sentinel lib.sh
1 parent 363d1c6 commit 6ff232b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/ci/pr-sentinel/lib.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env bash
2+
set -euo pipefail
3+
24
# Shared PR Sentinel helpers for comment + label + close orchestration.
35
# Requires: gh, jq. Env: GH_TOKEN, GH_REPO.
46
# These constants are consumed by scripts that source this file.

0 commit comments

Comments
 (0)