Skip to content

Commit

Permalink
IRC: update nicknames
Browse files Browse the repository at this point in the history
Avoid potential clashes with usernames.
  • Loading branch information
ThomasAdam committed May 25, 2021
1 parent c97f842 commit 83f0b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
server: "irc.libera.chat"
notice: false
channel: "#fvwm"
nickname: fvwm3-gh
nickname: fvwm3-gh-pr
message: "PR: [${{ github.event.pull_request.number }}]: ${{ github.event.pull_request.title }} -- [${{ github.event.pull_request.user.login }}]"
- name: irc tag created
uses: Gottox/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
server: "irc.libera.chat"
notice: false
channel: "#fvwm"
nickname: fvwm3-gh
nickname: fvwm3-gh-issues
message: "Issue [${{ github.event.issue.state }}]: [${{ github.event.issue.number }}]: ${{ github.event.issue.title }} -- [${{ github.event.issue.user.login }}]"

0 comments on commit 83f0b9a

Please sign in to comment.