From 2ca7ad7efc1e20588af5c823ee46f23afad6cf91 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Thu, 11 Dec 2025 12:40:02 +0000 Subject: [PATCH] ci: disable comments for members --- .github/workflows/new-pr-comment.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/new-pr-comment.yml b/.github/workflows/new-pr-comment.yml index be017db81..36ea19098 100644 --- a/.github/workflows/new-pr-comment.yml +++ b/.github/workflows/new-pr-comment.yml @@ -7,6 +7,13 @@ on: jobs: comment: + if: > + github.event.pull_request.user.login != 'vaxerski' && + github.event.pull_request.user.login != 'fufexan' && + github.event.pull_request.user.login != 'gulafaran' && + github.event.pull_request.user.login != 'ujint34' && + github.event.pull_request.user.login != 'paideiadilemma' && + github.event.pull_request.user.login != 'notashelf' runs-on: ubuntu-latest permissions: pull-requests: write