mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-20 05:50:15 +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:
|
jobs:
|
||||||
comment:
|
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
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue