diff options
author | Patric Stout <truebrain@openttd.org> | 2019-09-01 00:45:45 +0200 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2019-09-02 08:28:38 +0100 |
commit | 03aaf695a5875d5a83c25142b7a78a8641af97d3 (patch) | |
tree | f6c596cf9f45609920a54e39d80366f02222bc47 | |
parent | d649011dfcac34e1b325424418ab5ca708af6361 (diff) | |
download | openttd-03aaf695a5875d5a83c25142b7a78a8641af97d3.tar.xz |
Fix: [DorpsGek] don't report all pushes, but just those done by DorpsGek
Those are most often the translator updates, which are pushed
directly to master (and not via a Pull Request).
-rw-r--r-- | .dorpsgek.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.dorpsgek.yml b/.dorpsgek.yml index a8b976f5c..8f1b81315 100644 --- a/.dorpsgek.yml +++ b/.dorpsgek.yml @@ -1,13 +1,13 @@ notifications: - push: + global: irc: - openttd - openttd.notice + + push: + only: + - master + only-by: + - DorpsGek pull-request: - irc: - - openttd - - openttd.notice issue: - irc: - - openttd - - openttd.notice |