@@ -17,7 +17,7 @@ Additional parameters may be added to the URL:
| ``rev_prefix=`` | text to prepend to commit IDs |
| ``use_irc_notices=1`` | use ``notice`` instead of ``privmsg`` for notification messages |
| ``squash_threshold=20`` | "squash" branch updates with more than said number of commits into a single notification |
| ``pipeline_only_status=`` | notify for pipeline events only for given status value; may be specified more than once. Available values seem to be ``success``, ``failed``, and ``pending``. |
| ``pipeline_only_status=`` | notify for pipeline events only for given status value; may be specified more than once. Available values seem to be ``success``, ``failed``, ``pending``, and ``running``. |
| ``always_squash_branch=upstream&&always_squash_branch=upstream/master`` | pushed of specified branch(es) will always be "squashed" into a single notification |
| ``only_branch=`` | notify for changes only on given branch; can be given more than once |
| ``always_squash_outside_dir=`` | squash commits touching files outside given directory; may be given more than once; squashed commits are presented in a single notification |