chore: release v0.19.0 (2026.7.20) (#68175)

This commit is contained in:
Teknium 2026-07-20 11:35:21 -07:00 committed by GitHub
parent 18ca0e862c
commit 3ef6bbd201
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 21 additions and 6 deletions

View file

@ -49,6 +49,7 @@ IGNORED_PATTERNS = [
re.compile(r"^dependabot", re.IGNORECASE),
re.compile(r"^renovate", re.IGNORECASE),
re.compile(r"^Hermes\s+(Agent|Audit)$", re.IGNORECASE),
re.compile(r"^nousbot(-eng)?$", re.IGNORECASE),
re.compile(r"^Ubuntu$", re.IGNORECASE),
]
@ -59,6 +60,7 @@ IGNORED_EMAILS = {
"cursoragent@cursor.com",
"hermes@nousresearch.com",
"hermes-audit@example.com",
"nousbot@nousresearch.com",
"hermes@habibilabs.dev",
"omx@oh-my-codex.dev",
"codex@openai.com",