Add Slack output format and daily CI workflow for unanswered issues report#513
Merged
Merged
Conversation
- Add --format slack|terminal CLI arg to the unanswered issues script; Slack mode outputs mrkdwn with clickable links and emoji indicators. - Add .github/workflows/unanswered-issues.yml that runs the report daily at 10 AM Pacific and posts to Slack via slackapi/slack-github-action. Downloads just the script (no full checkout) for speed. Signed-off-by: Mark Harris <mharris@nvidia.com> Made-with: Cursor
harrism
commented
Mar 6, 2026
harrism
commented
Mar 6, 2026
Signed-off-by: Mark Harris <mharris@nvidia.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to #510. Adds:
--format slackoption todevtools/unanswered_external_issues.pythat outputs Slackmrkdwnwith clickable links and emoji status indicators..github/workflows/unanswered-issues.yml-- a daily cron job (10 AM Pacific) that runs the report and posts to Slack viaslackapi/slack-github-action. Downloads just the script file (no full checkout) for speed.Requires
SLACK_BOT_TOKENandSLACK_CHANNEL_IDrepository secrets (already configured).Test plan
--format slackoutput locallycurlwith the bot token -- confirmed message renders correctly with clickable links and emojiMade with Cursor