Skip to content

Commit add35ac

Browse files
committed
add title to PR notification
1 parent 51b7586 commit add35ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/irc_notify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
nickname: mapcache-github-notifier
3535
message: |
3636
${{ github.actor }} opened PR ${{ github.event.pull_request.html_url }}
37+
${{ github.event.pull_request.title }}
3738
- name: irc tag created
3839
uses: rectalogic/notify-irc@v2
3940
if: github.event_name == 'create' && github.event.ref_type == 'tag'

0 commit comments

Comments
 (0)