summaryrefslogtreecommitdiff
path: root/.dorpsgek.yml
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2019-09-01 00:45:45 +0200
committerCharles Pigott <charlespigott@googlemail.com>2019-09-02 08:28:38 +0100
commit03aaf695a5875d5a83c25142b7a78a8641af97d3 (patch)
treef6c596cf9f45609920a54e39d80366f02222bc47 /.dorpsgek.yml
parentd649011dfcac34e1b325424418ab5ca708af6361 (diff)
downloadopenttd-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).
Diffstat (limited to '.dorpsgek.yml')
-rw-r--r--.dorpsgek.yml14
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