@junior: intern #84
@@ -25,14 +25,16 @@ jobs:
|
|||||||
github.event.comment.user.login == 'senior' ||
|
github.event.comment.user.login == 'senior' ||
|
||||||
github.event.comment.user.login == 'lead' ||
|
github.event.comment.user.login == 'lead' ||
|
||||||
github.event.comment.user.login == 'qa' ||
|
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, '🤖') &&
|
||||||
(contains(github.event.comment.body, '@pm') ||
|
(contains(github.event.comment.body, '@pm') ||
|
||||||
contains(github.event.comment.body, '@junior') ||
|
contains(github.event.comment.body, '@junior') ||
|
||||||
contains(github.event.comment.body, '@senior') ||
|
contains(github.event.comment.body, '@senior') ||
|
||||||
contains(github.event.comment.body, '@lead') ||
|
contains(github.event.comment.body, '@lead') ||
|
||||||
contains(github.event.comment.body, '@qa') ||
|
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
|
runs-on: ci-runner
|
||||||
steps:
|
steps:
|
||||||
- name: Acknowledge with 👀
|
- name: Acknowledge with 👀
|
||||||
|
|||||||
Reference in New Issue
Block a user