Skip to content

Conversation

@JohT
Copy link
Owner

@JohT JohT commented Aug 24, 2025

🚀 Feature

  • Classify git commits:Git:Commit nodes now have the new properties:

    • isMergeCommit: more than 1 parent
    • isBotAuthor: author contains [bot]
    • isMavenCommit: commit message stars with `[maven'
    • isAutomatedCommit: Is either isBotAuthor or isMavenCommit
    • isManualCommit: is neither isBotAuthor nor isMavenCommit
  • Use only manual commits for co-change analysis: Now, only manual commits are taken into account for co-changing files analysis.

⚙️ Optimization

@JohT JohT self-assigned this Aug 24, 2025
@JohT JohT force-pushed the feature/classify_git_commits_and_ignore_automated_commits_in_co_change.analysis branch from b1b503b to d371a6d Compare August 25, 2025 16:23
@JohT JohT marked this pull request as ready for review August 26, 2025 06:02
@JohT JohT merged commit a0f36a3 into main Aug 26, 2025
8 checks passed
@JohT JohT deleted the feature/classify_git_commits_and_ignore_automated_commits_in_co_change.analysis branch August 26, 2025 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants