ci: disable comments for members

This commit is contained in:
Vaxry 2025-12-11 12:40:02 +00:00
parent 9aa313402b
commit 2ca7ad7efc
Signed by: vaxry
GPG key ID: 665806380871D640

View file

@ -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