Allow hermes user to trigger AI agent workflow #120

Merged
ffaerber merged 1 commits from ai/issue-218-allow-hermes into main 2026-07-30 14:07:49 +02:00
Collaborator

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.

## 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.
hermes added 1 commit 2026-07-30 14:06:15 +02:00
feat: allow hermes user to trigger AI agent workflow
ci / lint (pull_request) Successful in 14s
38b36b2304
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.
ffaerber merged commit d7d54546a3 into main 2026-07-30 14:07:49 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gitea/agents#120