Skip to content

Commit

Permalink
Update notification.yml
Browse files Browse the repository at this point in the history
send notice not privmsg
  • Loading branch information
cmeissner committed Dec 9, 2021
1 parent cd74642 commit c674f5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
message: |
${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }}
${{ join(github.event.commits.*.message) }}
notice: true
- name: irc pull request
uses: rectalogic/notify-irc@v1
if: github.event_name == 'pull_request'
Expand All @@ -26,6 +27,7 @@ jobs:
sasl_password: ${{ secrets.LIBERA_CHATBOT_PASSWORD }}
message: |
${{ github.actor }} opened PR ${{ github.event.pull_request.html_url }}
notice: true
- name: irc tag created
uses: rectalogic/notify-irc@v1
if: github.event_name == 'create' && github.event.ref_type == 'tag'
Expand All @@ -36,3 +38,4 @@ jobs:
sasl_password: ${{ secrets.LIBERA_CHATBOT_PASSWORD }}
message: |
${{ github.actor }} tagged ${{ github.repository }} ${{ github.event.ref }}
notice: true

0 comments on commit c674f5f

Please sign in to comment.