Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
canonical
/
charm-tech-code
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
0
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat: add an ai-failure-notifier workflow and script
- #1
#1
Merged
tonyandrewmeyer
merged 27 commits into
main
canonical/charm-tech-code:main
from
move-ai-failure-notifier
canonical/charm-tech-code:move-ai-failure-notifier
Copy head branch name to clipboard
Sep 10, 2026
Conversation
Commits
27
(27)
Checks
Files changed
Merged
feat: add an ai-failure-notifier workflow and script
#1
tonyandrewmeyer
merged 27 commits into
main
canonical/charm-tech-code:main
from
move-ai-failure-notifier
canonical/charm-tech-code:move-ai-failure-notifier
Copy head branch name to clipboard
Commits
Commits on Aug 25, 2026
feat: move the ai-failure-notifier script here from operator
Show description for 12640b3
tonyandrewmeyer
committed
12640b3
View commit details
Copy full SHA for 12640b3
Browse repository at this point
ci: run the tests on 3.10, 3.12 and 3.14
Show description for 8b33bfb
tonyandrewmeyer
committed
8b33bfb
View commit details
Copy full SHA for 8b33bfb
Browse repository at this point
docs: soft wrap the README
Show description for 8d719f9
tonyandrewmeyer
committed
8d719f9
View commit details
Copy full SHA for 8d719f9
Browse repository at this point
refactor: one directory per tool, matching charmlibs
Show description for e6872ea
tonyandrewmeyer
committed
e6872ea
View commit details
Copy full SHA for e6872ea
Browse repository at this point
Commits on Aug 26, 2026
feat: take the issue number from the notifier instead of searching for it
Show description for 07fe111
tonyandrewmeyer
committed
07fe111
View commit details
Copy full SHA for 07fe111
Browse repository at this point
refactor: drop the shebang
Show description for ff9d61d
tonyandrewmeyer
committed
ff9d61d
View commit details
Copy full SHA for ff9d61d
Browse repository at this point
docs: correct the comment on the marker-lookup except
Show description for 6e4b128
tonyandrewmeyer
committed
6e4b128
View commit details
Copy full SHA for 6e4b128
Browse repository at this point
docs: say what reaching the no-origin branch actually means
Show description for 40d5345
tonyandrewmeyer
committed
40d5345
View commit details
Copy full SHA for 40d5345
Browse repository at this point
refactor: split the notifier into modules
Show description for 2ff214b
tonyandrewmeyer
committed
2ff214b
View commit details
Copy full SHA for 2ff214b
Browse repository at this point
test: stop the suite being able to touch anything real
Show description for ebfa02f
tonyandrewmeyer
committed
ebfa02f
View commit details
Copy full SHA for ebfa02f
Browse repository at this point
Apply suggestion from @tonyandrewmeyer
tonyandrewmeyer
authored
7124e46
View commit details
Copy full SHA for 7124e46
Browse repository at this point
Apply suggestion from @tonyandrewmeyer
tonyandrewmeyer
authored
00da87a
View commit details
Copy full SHA for 00da87a
Browse repository at this point
Apply suggestion from @tonyandrewmeyer
tonyandrewmeyer
authored
58b08b7
View commit details
Copy full SHA for 58b08b7
Browse repository at this point
refactor(ai-failure-notifier): trim __init__ re-exports to what's used
Show description for 99697b5
claude
committed
99697b5
View commit details
Copy full SHA for 99697b5
Browse repository at this point
refactor(ai-failure-notifier): drop leftover single-file section dividers
Show description for 6d657f9
claude
committed
6d657f9
View commit details
Copy full SHA for 6d657f9
Browse repository at this point
docs(ai-failure-notifier): move envelope's design note into its docstring
Show description for 411ce0d
claude
committed
411ce0d
View commit details
Copy full SHA for 411ce0d
Browse repository at this point
refactor(ai-failure-notifier): split cli.main into named private helpers
Show description for 0351436
claude
committed
0351436
View commit details
Copy full SHA for 0351436
Browse repository at this point
Commits on Aug 30, 2026
refactor(ai-failure-notifier): export only the entry point from __init__
Show description for b3a61ea
tonyandrewmeyer
committed
b3a61ea
View commit details
Copy full SHA for b3a61ea
Browse repository at this point
refactor(ai-failure-notifier): drop the underscore-aliased sibling imports
Show description for 3efa0a7
tonyandrewmeyer
committed
3efa0a7
View commit details
Copy full SHA for 3efa0a7
Browse repository at this point
Commits on Sep 8, 2026
refactor(ai-failure-notifier): make every module private
Show description for a00f1c2
tonyandrewmeyer
and
claude
committed
a00f1c2
View commit details
Copy full SHA for a00f1c2
Browse repository at this point
build(ai-failure-notifier): extend the root ruff config explicitly
Show description for e7928f8
tonyandrewmeyer
and
claude
committed
e7928f8
View commit details
Copy full SHA for e7928f8
Browse repository at this point
Commits on Sep 9, 2026
refactor!: require NOTIFY_ISSUE instead of scanning for the marker
Show description for 4bb7bad
tonyandrewmeyer
and
claude
committed
4bb7bad
View commit details
Copy full SHA for 4bb7bad
Browse repository at this point
refactor: validate the response envelope with jsonschema
Show description for cbd5830
tonyandrewmeyer
and
claude
committed
cbd5830
View commit details
Copy full SHA for cbd5830
Browse repository at this point
Commits on Sep 10, 2026
ci: add the dependency-review workflow the ruleset requires
Show description for 588ebab
tonyandrewmeyer
and
claude
committed
588ebab
View commit details
Copy full SHA for 588ebab
Browse repository at this point
ci: drop the PR comment from the dependency review
Show description for 985eafd
tonyandrewmeyer
and
claude
committed
985eafd
View commit details
Copy full SHA for 985eafd
Browse repository at this point
ci: drop the comment about `comment-summary-in-pr`
Show description for 94841e5
tonyandrewmeyer
and
claude
committed
94841e5
View commit details
Copy full SHA for 94841e5
Browse repository at this point
refactor: use relative imports within the package
Show description for 21245f7
tonyandrewmeyer
and
claude
committed
21245f7
View commit details
Copy full SHA for 21245f7
Browse repository at this point
You can’t perform that action at this time.