You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add GitHub project integration scripts for devlog management
- Implemented dogfood-github-project.mjs to sync devlog entries with GitHub projects.
- Created get-github-project-id.mjs to retrieve project IDs using GraphQL API.
- Developed github-project-setup-guide.mjs for step-by-step integration setup instructions.
- Introduced github-rest-project-demo.mjs to demonstrate project management using GitHub REST API.
- Added github-rest-project-manager.mjs for enhanced project management with issues, labels, and milestones.
- Implemented sync-all-to-github.mjs to sync multiple devlog entries to GitHub.
- Created test-github-integration.mjs to validate GitHub integration functionality.
- Developed test-github-rest-projects.mjs to test REST API project management capabilities.
- Added test-issue-creation.mjs to verify issue creation via GitHub API.
The integration will create GitHub issues with proper titles, descriptions, and labels based on your devlog entries, and link them to your project board.
0 commit comments