mirror of https://github.com/OpenTTD/OpenTTD
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).pull/7718/head
parent
d649011dfc
commit
03aaf695a5
|
@ -1,13 +1,13 @@
|
||||||
notifications:
|
notifications:
|
||||||
|
global:
|
||||||
|
irc:
|
||||||
|
- openttd
|
||||||
|
- openttd.notice
|
||||||
|
|
||||||
push:
|
push:
|
||||||
irc:
|
only:
|
||||||
- openttd
|
- master
|
||||||
- openttd.notice
|
only-by:
|
||||||
|
- DorpsGek
|
||||||
pull-request:
|
pull-request:
|
||||||
irc:
|
|
||||||
- openttd
|
|
||||||
- openttd.notice
|
|
||||||
issue:
|
issue:
|
||||||
irc:
|
|
||||||
- openttd
|
|
||||||
- openttd.notice
|
|
||||||
|
|
Loading…
Reference in New Issue