diff --git a/.github/workflows/notify-irc.yaml b/.github/workflows/notify-irc.yaml index b4c25e3292..5dbedec708 100644 --- a/.github/workflows/notify-irc.yaml +++ b/.github/workflows/notify-irc.yaml @@ -30,7 +30,7 @@ jobs: nickname: void-packages sasl_password: ${{ secrets.freenode_password_void_packages }} tls: true - message: "${{ github.actor }} ${{ github.event.action }} pull request #${{ github.event.pull_request.number }} “${{ github.event.pull_request.title }}”" + message: "${{ github.actor }} ${{ github.event.action }} pull request “${{ github.event.pull_request.title }}” ${{ github.event.pull_request.html_url }}" - name: irc issue uses: rectalogic/notify-irc@v1 if: github.event_name == 'issues' && github.repository == 'void-linux/void-packages' @@ -40,4 +40,4 @@ jobs: nickname: void-packages sasl_password: ${{ secrets.freenode_password_void_packages }} tls: true - message: "${{ github.actor }} ${{ github.event.action }} issue #${{ github.event.issue.number }} “${{ github.event.issue.title }}”" + message: "${{ github.actor }} ${{ github.event.action }} issue “${{ github.event.issue.title }}” ${{ github.event.issue.html_url }}"