-
Notifications
You must be signed in to change notification settings - Fork 28
Add daily-fact workflow to post random facts about the project to a discussion #4751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…cussion #4750 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
@copilot merge main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a daily workflow that automatically posts interesting facts about the gh-aw project to a specific discussion thread (#4750). The workflow mines recent repository activity including PRs, releases, and closed issues to generate engaging, informative updates for the community.
Key Changes:
- Scheduled daily fact posting weekdays at 11 AM UTC
- Uses GitHub Copilot engine with discussions toolset
- Targets discussion #4750 using safe-outputs add-comment configuration
- Includes comprehensive prompt with guidelines and examples for fact generation
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/daily-fact.md | New agentic workflow for daily fact posting with detailed instructions on content mining and formatting |
| .github/workflows/daily-fact.lock.yml | Compiled GitHub Actions YAML workflow (~5274 lines) with all necessary jobs and configurations |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
daily-fact.mdworkflow file./gh-aw compile --strict.lock.ymlfileOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.