Commit graph

3 commits

Author SHA1 Message Date
Tommy Bergeron
f2f6032d8b Add PR Analyzer GitHub Action and script
- Introduced a new GitHub Action workflow for analyzing pull requests, triggered by pull request events or manually.
- Added a new script `pr-analyzer.mjs` to gather context from the repository and analyze pull requests using an AI model.
- Updated ESLint configuration to include the new script for linting.
2026-06-10 12:32:18 -04:00
Tommy Bergeron
d62687dfb2 Enhance issue analysis with formatted date display
- Added functions to format issue creation dates for better readability in email notifications.
- Updated email subject to include the formatted issue date.
- Improved handling of unknown date values to ensure robustness.
2026-06-10 01:50:38 -04:00
Tommy Bergeron
ecb754c1b3 Add Issue Analyzer GitHub Action and script
- Introduced a new GitHub Action workflow for analyzing issues, triggered by issue events or manually.
- Added a new script `issue-analyzer.mjs` to gather context from the repository and analyze issues using an AI model.
- Updated ESLint configuration to include the new script for linting.
2026-06-10 01:24:22 -04:00