ci: restore +x bit on scripts/ci-guards/*.sh (sandbox stripped exec bit)

Pure mode-change commit. The previous 3275f9f commit dropped the
executable bit (100755 → 100644) on five files in scripts/ci-guards/
plus scripts/qa-doc-seed-count.sh and scripts/dev-setup.sh — a
sandbox-tooling artefact, not intentional. The CI pipeline calls
each guard via 'bash "$g"' so the missing exec bit didn't break
anything operationally, but operators who run a guard directly via
'./scripts/ci-guards/<id>.sh' would hit a permission-denied. Restore
to 100755 to match the rest of scripts/ci-guards/*.sh.

No content changes.
This commit is contained in:
shankar0123
2026-05-05 04:56:43 +00:00
parent 3275f9f1e0
commit 5ea8fb48eb
6 changed files with 0 additions and 0 deletions
View File
View File
View File
View File