mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Prevent Travis IRC spam from forks
See: https://github.com/travis-ci/travis-ci/issues/5063
This commit is contained in:
parent
8353cea6b6
commit
9db42658e5
1 changed files with 2 additions and 1 deletions
|
|
@ -46,8 +46,9 @@ deploy:
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
python: "3.7"
|
python: "3.7"
|
||||||
|
# The channel name "irc.freenode.org#pelican" is encrypted against getpelican/pelican to prevent IRC spam of forks
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
- "irc.freenode.org#pelican"
|
- secure: "JP57f61QovrhmLoAF6oPOzIK2aXGfSO06FHg7yiuKBOWMiaxQejZUGJX919muCLhWJXDugsviIqCMoAWwNV3o1WQbqIr+G5TR+N9MrtCs4Zi6vpGj09bR8giKUKx+PPKEoe1Ew56E4y2LxzGO4Lj9hZx8M2YVdwPNWrWZgp6WXE="
|
||||||
on_success: change
|
on_success: change
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue