Skip to content

Commit

Permalink
add PR title to notification
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Apr 12, 2024
1 parent aa4b536 commit 814db0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/irc_notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
nickname: mapserverdocs-github-notifier
message: |
${{ github.actor }} opened PR ${{ github.event.pull_request.html_url }}
${{ github.event.pull_request.title }}
- name: irc tag created
uses: rectalogic/notify-irc@v2
if: github.event_name == 'create' && github.event.ref_type == 'tag'
Expand Down

0 comments on commit 814db0c

Please sign in to comment.