Commit Graph

4 Commits

Author SHA1 Message Date
Elliot DeNolf
614f13c3e3 ci: add linked PR feature to popular-issues action (#15355)
# Overview

Adds linked PR detection to the popular-issues Slack notification,
matching the existing feature in new-issues action.

## Key Changes

- **Linked PR detection** - Fetches timeline events for each issue to
find cross-referenced PRs
- **Slack message enhancement** - Appends `🔗 Linked PR` link when a
PR references the issue

## Design Decisions

Reused the same pattern from `new-issues.ts` for consistency:
- `getLinkedPRUrl` queries the issues timeline API for
`cross-referenced` events with PR sources
- `Promise.all` fetches linked PRs concurrently for all 10 issues
2026-01-26 12:23:34 -05:00
Elliot DeNolf
72be9d3447 ci: update activity notification channels 2025-10-07 12:07:36 -04:00
Elliot DeNolf
bbff65c9ec ci: add linked PRs to new issue notifications (#14059)
New issues message will now show if the issue has a linked PR.
2025-10-03 09:29:15 -04:00
Elliot DeNolf
4562df735d ci: github activity slack notifications (#13955)
Slack notifications for popular and new issues
2025-09-29 10:55:43 -04:00