2 Commits

Author SHA1 Message Date
5b35bc163c feat: add configuration files and scripts for project setup
🚀 Breaking Changes:
- Introduced new environment variables for GitLab API integration
- Added validation script for PR checks
- Updated package.json with new scripts for testing and formatting

📝 Details:
- Added .prettierrc and .eslintrc.json for code formatting and linting
- Created .env.example for environment variable setup
- Updated CHANGELOG.md with recent changes
- Added documentation for GitHub secrets setup
2025-05-29 23:24:46 +09:00
1926d77c2f Fix: Use plural resource names in createNote URL construction
- Changed  to s to use the correct plural form in API endpoints

- This fixes 404 errors when trying to add notes to issues or merge requests

- Added a test file to verify the fix

- Conforms to GitLab API documentation which uses plural resource names (issues, merge_requests)
2025-03-17 13:47:20 -07:00