.github/workflows: Show URLs instead of issue and PR #s.

This commit is contained in:
Enno Boland 2019-12-19 10:28:49 +01:00 committed by Enno Boland
parent 1978f8da23
commit a9f3b5c61d

View file

@ -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 }}"