@biffo/cli 0.297.3 → 0.298.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripts/branch-health.sh +13 -0
package/package.json
CHANGED
package/scripts/branch-health.sh
CHANGED
|
@@ -66,6 +66,19 @@
|
|
|
66
66
|
# output, which is already handled as exit 2 ("cannot tell"), not as a silent
|
|
67
67
|
# `ok`.
|
|
68
68
|
#
|
|
69
|
+
# **This bucket is transitional, and is deliberately kept.** From core 0.298.0
|
|
70
|
+
# `deploy-infra.yml` can no longer produce a plan-only run at all: its `action`
|
|
71
|
+
# input is required, defaults to nothing, and accepts only `apply`, so the
|
|
72
|
+
# dispatch that used to yield this title is now an HTTP 422 and previews live in
|
|
73
|
+
# a separate `Deploy Infrastructure Plan` workflow whose own name says so. The
|
|
74
|
+
# bucket is therefore permanently unreachable **for any repo past 0.298.0** —
|
|
75
|
+
# but this script is run with `-R owner/repo` against arbitrary repos in the
|
|
76
|
+
# estate, and an instance that has not yet taken that upgrade still emits
|
|
77
|
+
# exactly this title for exactly the ambiguous run. Deleting the bucket now
|
|
78
|
+
# would fail open on those repos. Retire it once every instance is past
|
|
79
|
+
# 0.298.0, and check the `Instance Adoption Report` workflow
|
|
80
|
+
# (`.github/workflows/instance-adoption-report.yml`) rather than assuming.
|
|
81
|
+
#
|
|
69
82
|
# ## Usage
|
|
70
83
|
#
|
|
71
84
|
# sh scripts/branch-health.sh [-R owner/repo] [--branch dev] [--quiet]
|