mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-20 04:10:04 +01:00
ci: disable comments for members
This commit is contained in:
parent
9aa313402b
commit
2ca7ad7efc
1 changed files with 7 additions and 0 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue