mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
fix(ci): Irc notification template
This commit is contained in:
parent
a85b445080
commit
e225201bee
1 changed files with 2 additions and 1 deletions
|
@ -32,6 +32,7 @@ notifications:
|
||||||
channels:
|
channels:
|
||||||
- "irc.freenode.net#lemonbuddy"
|
- "irc.freenode.net#lemonbuddy"
|
||||||
template:
|
template:
|
||||||
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
|
- "%{author} pushed #%{commit} \"%{commit_subject}\" -> %{repository_name}/%{branch}"
|
||||||
|
- "Build #%{build_number}: %{result} // Compare at %{compare_url}"
|
||||||
use_notice: true
|
use_notice: true
|
||||||
skip_join: true
|
skip_join: true
|
||||||
|
|
Loading…
Reference in a new issue