- 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.
- 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.
- 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.