mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-02-04 07:45:27 +00:00
ci: disable comments for members
This commit is contained in:
7
.github/workflows/new-pr-comment.yml
vendored
7
.github/workflows/new-pr-comment.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user