Adds hermes to the trusted issue creators and comment authors in the workflow gate (agent.yml).
Why
The Hermes Agent (user hermes) needs to be able to create issues and comment with @mentions to trigger the AI agent pipeline. Currently only ffaerber and the agent users (pm, junior, senior, lead, qa, ops, intern) are trusted.
Changes
agent.yml — added github.event.issue.user.login == 'hermes' to the issue creator gate
agent.yml — added github.event.comment.user.login == 'hermes' to the comment author gate
Security
The hermes user is a trusted bot account created by @ffaerber. The same mention-based trigger requirement still applies — comments must contain @pm, @senior, etc. and must not contain the 🤖 emoji.
## Summary
Adds `hermes` to the trusted issue creators and comment authors in the workflow gate (`agent.yml`).
## Why
The Hermes Agent (user `hermes`) needs to be able to create issues and comment with @mentions to trigger the AI agent pipeline. Currently only `ffaerber` and the agent users (pm, junior, senior, lead, qa, ops, intern) are trusted.
## Changes
- `agent.yml` — added `github.event.issue.user.login == 'hermes'` to the issue creator gate
- `agent.yml` — added `github.event.comment.user.login == 'hermes'` to the comment author gate
## Security
The `hermes` user is a trusted bot account created by @ffaerber. The same mention-based trigger requirement still applies — comments must contain @pm, @senior, etc. and must not contain the 🤖 emoji.
Add 'hermes' to the trusted issue creators and comment authors in the
workflow gate so the Hermes Agent can create issues and comment with
@mentions to trigger the AI agent pipeline.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Adds
hermesto the trusted issue creators and comment authors in the workflow gate (agent.yml).Why
The Hermes Agent (user
hermes) needs to be able to create issues and comment with @mentions to trigger the AI agent pipeline. Currently onlyffaerberand the agent users (pm, junior, senior, lead, qa, ops, intern) are trusted.Changes
agent.yml— addedgithub.event.issue.user.login == 'hermes'to the issue creator gateagent.yml— addedgithub.event.comment.user.login == 'hermes'to the comment author gateSecurity
The
hermesuser is a trusted bot account created by @ffaerber. The same mention-based trigger requirement still applies — comments must contain @pm, @senior, etc. and must not contain the 🤖 emoji.