File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 10
10
if : github.event_name == 'push'
11
11
with :
12
12
channel : " #vouch"
13
+ server : irc.libera.chat
13
14
nickname : from-github
14
15
message : |
15
16
${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }}
19
20
if : github.event_name == 'pull_request'
20
21
with :
21
22
channel : " #vouch"
23
+ server : irc.libera.chat
22
24
nickname : from-github
23
25
message : |
24
26
${{ github.actor }} opened PR ${{ github.event.html_url }}
27
29
if : github.event_name == 'create' && github.event.ref_type == 'tag'
28
30
with :
29
31
channel : " #vouch"
32
+ server : irc.libera.chat
30
33
nickname : from-github
31
34
message : |
32
35
${{ github.actor }} tagged ${{ github.repository }} ${{ github.event.ref }}
Original file line number Diff line number Diff line change @@ -40,4 +40,4 @@ script:
40
40
# tags: true
41
41
#
42
42
notifications :
43
- irc : " chat.freenode.net #vouch"
43
+ irc : " irc.libera.chat #vouch"
Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ TLDR:
394
394
- and follow the instructions at the end to redact your Nginx config
395
395
- all of those go into a [gist](https://gist.github.com/)
396
396
- then [open a new issue](https://github.com/vouch/vouch-proxy/issues/new) in this repository
397
- - or visit our IRC channel [#vouch](irc://freenode.net /#vouch) on freenode
397
+ - or visit our IRC channel [#vouch](irc.libera.chat /#vouch) on libera.chat
398
398
399
399
A bug report can be generated from a docker environment using the `voucher/vouch-proxy:alpine` image...
400
400
You can’t perform that action at this time.
0 commit comments