chore(ci_monitor): drop post_bisect_to_slack (#25192)

This commit is contained in:
Alison Shao
2026-05-13 17:05:38 -07:00
committed by GitHub
parent 6c0633b0b1
commit dd98153d17
2 changed files with 4 additions and 257 deletions
+4 -4
View File
@@ -742,8 +742,8 @@ class SkillLoadError(Exception):
# Required sections to extract from SKILL.md. If any are missing after a
# rename or restructuring, the script raises SkillLoadError so the team
# gets a Slack notification instead of silently falling back.
# rename or restructuring, the script raises SkillLoadError instead of
# silently falling back.
_REQUIRED_SKILL_SECTIONS = {
"Key Patterns to Recognize": r"## Key Patterns to Recognize\n(.*?)(?=\n## |\Z)",
"Important Notes": r"## Important Notes\n(.*?)(?=\n## |\Z)",
@@ -1280,8 +1280,8 @@ def main():
traceback.print_exc()
# Write an error result file so the Slack notification step can
# report the failure instead of silently skipping
# Write an error result file so downstream consumers can report
# the failure instead of silently skipping
if args.output:
error_output = {
"analysis_timestamp": datetime.now().isoformat(),