From 03aaf695a5875d5a83c25142b7a78a8641af97d3 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sun, 1 Sep 2019 00:45:45 +0200 Subject: [PATCH] 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). --- .dorpsgek.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.dorpsgek.yml b/.dorpsgek.yml index a8b976f5c7..8f1b813156 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