Skip to content

Commit

Permalink
add title to PR notification
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Apr 12, 2024
1 parent 51b7586 commit add35ac
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: mapcache-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 add35ac

Please sign in to comment.