Skip to content

feat: implement github integration for auto-linking commits and prs to tasks (#2931)#3144

Open
desireddymohithreddy0925 wants to merge 1 commit into
Priyanshu-byte-coder:mainfrom
desireddymohithreddy0925:feature/github-integration
Open

feat: implement github integration for auto-linking commits and prs to tasks (#2931)#3144
desireddymohithreddy0925 wants to merge 1 commit into
Priyanshu-byte-coder:mainfrom
desireddymohithreddy0925:feature/github-integration

Conversation

@desireddymohithreddy0925

Copy link
Copy Markdown
Contributor

Summary

Adds a GitHub webhook integration to automatically link commits and pull requests to DevTrack tasks when their IDs (e.g., DT-123) are mentioned.

Closes #2931


Type of Change

  • ✨ New feature (non-breaking change that adds functionality)

What Changed

  • Added a new task_commits table in Supabase to store linked commits.
  • Created /api/webhooks/github to parse incoming commit messages for task IDs.
  • Updated the task detail page to display linked commits (author, message, and hash).

@github-actions github-actions Bot added gssoc26 GSSoC 2026 contribution type:feature GSSoC type bonus: new feature labels Jul 5, 2026
@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown

GSSoC Label Checklist 🏷️

@Priyanshu-byte-coder — please apply the appropriate labels before merging:

Difficulty (pick one):

  • level:beginner — 20 pts
  • level:intermediate — 35 pts
  • level:advanced — 55 pts
  • level:critical — 80 pts

Quality (optional):

  • quality:clean — ×1.2 multiplier
  • quality:exceptional — ×1.5 multiplier

Validation (required to score):

  • gssoc:approved — counts for points
  • gssoc:invalid / gssoc:spam / gssoc:ai-slop — does not score

Type labels (type:*) are auto-detected from files and title. Review and adjust if needed.
Points formula: (difficulty × quality_multiplier) + type_bonus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc26 GSSoC 2026 contribution type:feature GSSoC type bonus: new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Implement GitHub Integration for Auto-Linking Commits and PRs to Tasks

1 participant