agent.yml: add intern to trigger gate trusted author and mention list

This commit is contained in:
2026-07-06 07:56:44 +00:00
parent c95d52aabb
commit 6abb8874cd
+4 -2
View File
@@ -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 👀