Skip to content

Commit

Permalink
IRC: more notifier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAdam committed May 19, 2021
1 parent f179469 commit 5f1cf51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: github.event_name == 'pull_request'
with:
server: "irc.libera.chat"
notice: true
notice: false
channel: "#fvwm"
nickname: fvwm3-gh
message: "PR: [${{ github.event.pull_request.number }}]: ${{ github.event.pull_request.title }} -- [${{ github.event.pull_request.user.login }}]"
Expand All @@ -61,7 +61,7 @@ jobs:
if: github.event_name == 'create' && github.event.ref_type == 'tag'
with:
server: "irc.libera.chat"
notice: true
notice: false
channel: "#fvwm"
nickname: fvwm-gh
message: ${{ github.actor }} tagged ${{ github.repository }} ${{ github.event.ref }}
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: Gottox/[email protected]
with:
server: "irc.libera.chat"
notice: true
notice: false
channel: "#fvwm"
nickname: fvwm3-gh
message: "Issue [${{ github.event.issue.state }}]: [${{ github.event.issue.number }}]: ${{ github.event.issue.title }} -- [${{ github.event.issue.user.login }}]"

0 comments on commit 5f1cf51

Please sign in to comment.