diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-10-09 00:55:09 -0700 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2025-10-09 00:55:09 -0700 |
| commit | baa1aad28bf82a4dfbb3b0a05aca3cb5cfd0027f (patch) | |
| tree | 4cb029a982693676db84532c8a78e8f4e9389f12 /.github | |
| parent | 5d3bd790348e4228aaf63376fb09b0021851128f (diff) | |
sync_default_gems.yml: Link the failed diff
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/sync_default_gems.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sync_default_gems.yml b/.github/workflows/sync_default_gems.yml index 94e34ec713..ac43669527 100644 --- a/.github/workflows/sync_default_gems.yml +++ b/.github/workflows/sync_default_gems.yml @@ -62,7 +62,7 @@ jobs: - uses: ./.github/actions/slack with: SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot - label: ${{ github.event.inputs.gem }} ${{ github.event.inputs.before[0:10] }}..${{ github.event.inputs.after[0:10] }} + label: "${{ github.event.inputs.gem }} (<https://github.com/${{ github.event.inputs.gem == 'rubygems' && 'rubygems' || 'ruby' }}/${{ github.event.inputs.gem }}/compare/${{ github.event.inputs.before }}...${{ github.event.inputs.after }}|diff>)" event_name: workflow_dispatch extra_channel_id: C05FPKAU743 # alerts-sync if: ${{ failure() }} |
