From 6abb8874cdc36728a938fc5c4623bd46dc858fa7 Mon Sep 17 00:00:00 2001 From: junior Date: Mon, 6 Jul 2026 07:56:44 +0000 Subject: [PATCH] agent.yml: add intern to trigger gate trusted author and mention list --- .gitea/workflows/agent.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/agent.yml b/.gitea/workflows/agent.yml index 3d41124..aebc4b8 100644 --- a/.gitea/workflows/agent.yml +++ b/.gitea/workflows/agent.yml @@ -25,14 +25,16 @@ jobs: github.event.comment.user.login == 'senior' || github.event.comment.user.login == 'lead' || github.event.comment.user.login == 'qa' || - github.event.comment.user.login == 'ops') && + github.event.comment.user.login == 'ops' || + github.event.comment.user.login == 'intern') && !contains(github.event.comment.body, '🤖') && (contains(github.event.comment.body, '@pm') || contains(github.event.comment.body, '@junior') || contains(github.event.comment.body, '@senior') || contains(github.event.comment.body, '@lead') || contains(github.event.comment.body, '@qa') || - contains(github.event.comment.body, '@ops'))) + contains(github.event.comment.body, '@ops') || + contains(github.event.comment.body, '@intern'))) runs-on: ci-runner steps: - name: Acknowledge with 👀