mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-22 16:25:58 +00:00
chore: release v0.19.0 (2026.7.20) (#68175)
This commit is contained in:
parent
18ca0e862c
commit
3ef6bbd201
18 changed files with 21 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue