From d44ba6504d31120eff82e8065ca3feef17520e66 Mon Sep 17 00:00:00 2001 From: Ing Date: Sat, 24 Aug 2024 22:32:21 +0800 Subject: [PATCH] chore: Update build messages for RR-CUSTOM to include estimated build time and attachment expiration --- .github/workflows/issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 9c047bf9..7b818aa3 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -138,7 +138,7 @@ jobs: issue-number: ${{ github.event.issue.number }} body: | Hi @${{ github.event.issue.user.login }}. - RR-${{ env.model }} building ... + RR-${{ env.model }} building (Usually about 5 minutes) ... > ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} ---- emoji: heart @@ -311,7 +311,7 @@ jobs: update-mode: replace body: | Hi @${{ github.event.issue.user.login }}. - RR-${{ env.model }} build success, please download the attachment from the below link. + RR-${{ env.model }} build success, please download the attachment from the below link (Attachments are only kept for 5 days). > ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} ---- emoji: hooray