aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorEnno Boland <gottox@voidlinux.org>2019-12-19 09:28:49 +0000
committerEnno Boland <g@s01.de>2019-12-19 16:53:27 +0000
commita9f3b5c61d955e730530543b58c5d699429b39e8 (patch)
treec997170649518e689cf6462a17a7a4eaf24ecdaa /.github/workflows
parent1978f8da23342ea5fd14955c7f169ffe1a07b825 (diff)
downloadvoid-packages-a9f3b5c61d955e730530543b58c5d699429b39e8.tar
void-packages-a9f3b5c61d955e730530543b58c5d699429b39e8.tar.gz
void-packages-a9f3b5c61d955e730530543b58c5d699429b39e8.tar.bz2
void-packages-a9f3b5c61d955e730530543b58c5d699429b39e8.tar.lz
void-packages-a9f3b5c61d955e730530543b58c5d699429b39e8.tar.xz
void-packages-a9f3b5c61d955e730530543b58c5d699429b39e8.tar.zst
void-packages-a9f3b5c61d955e730530543b58c5d699429b39e8.zip
.github/workflows: Show URLs instead of issue and PR #s.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/notify-irc.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/notify-irc.yaml b/.github/workflows/notify-irc.yaml
index b4c25e3292d..5dbedec7087 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 }}"