[github][action][irc] tweak the bot name
This commit is contained in:
6
.github/workflows/notify-irc.yml
vendored
6
.github/workflows/notify-irc.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
with:
|
with:
|
||||||
channel: "#lk"
|
channel: "#lk"
|
||||||
nickname: my-github-notifier
|
nickname: lk-github
|
||||||
message: |
|
message: |
|
||||||
${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }}
|
${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }}
|
||||||
${{ join(github.event.commits.*.message) }}
|
${{ join(github.event.commits.*.message) }}
|
||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
with:
|
with:
|
||||||
channel: "#lk"
|
channel: "#lk"
|
||||||
nickname: my-github-notifier
|
nickname: lk-github
|
||||||
message: |
|
message: |
|
||||||
${{ github.actor }} opened PR ${{ github.event.html_url }}
|
${{ github.actor }} opened PR ${{ github.event.html_url }}
|
||||||
- name: irc tag created
|
- name: irc tag created
|
||||||
@@ -27,6 +27,6 @@ jobs:
|
|||||||
if: github.event_name == 'create' && github.event.ref_type == 'tag'
|
if: github.event_name == 'create' && github.event.ref_type == 'tag'
|
||||||
with:
|
with:
|
||||||
channel: "#lk"
|
channel: "#lk"
|
||||||
nickname: my-github-notifier
|
nickname: lk-github
|
||||||
message: |
|
message: |
|
||||||
${{ github.actor }} tagged ${{ github.repository }} ${{ github.event.ref }}
|
${{ github.actor }} tagged ${{ github.repository }} ${{ github.event.ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user