We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b7586 commit add35acCopy full SHA for add35ac
.github/workflows/irc_notify.yml
@@ -34,6 +34,7 @@ jobs:
34
nickname: mapcache-github-notifier
35
message: |
36
${{ github.actor }} opened PR ${{ github.event.pull_request.html_url }}
37
+ ${{ github.event.pull_request.title }}
38
- name: irc tag created
39
uses: rectalogic/notify-irc@v2
40
if: github.event_name == 'create' && github.event.ref_type == 'tag'
0 commit comments