Disable commit comments on the user level

Published: (May 8, 2026 at 09:51 AM EDT)
1 min read

Source: GitHub Changelog

User-level commit comment settings

You can now choose whether commit comments are enabled or disabled by default for repositories owned by your personal account. This makes it easier to manage commit comment behavior across multiple personal repositories without updating them one by one.

Commit comments options

In user-level repository settings, you’ll find a new Commit comments section with two options:

  • Enabled by default
  • Disabled by default

When you choose a default, it applies to repositories owned by your personal account that don’t already have an explicit repository‑level setting. You can still override the default in an individual repository with Allow comments on individual commits.

Repositories that already have an explicit repository‑level choice keep that setting, even if you change your user‑level default later.

Effect of “Disabled by default”

If a repository inherits Disabled by default:

  • The comment form is hidden on commit pages.
  • Inline diff comment entry points and inline thread replies are hidden.
  • Creating commit comments through the REST API and GraphQL API is blocked.
  • Existing commit comments remain viewable, editable, and deletable.

Feedback

To leave feedback, join the discussion within the GitHub Community.

0 views
Back to Blog

Related posts

Read more »

Learning In Public | Day 0

Day - 0 Update log I have completed the Odin Project Introduction and Prerequisites. In the introduction I learned about what the Odin Project is, web developm...

Upcoming deprecation of GPT-4.1

Deprecation Details We will deprecate the following model across all GitHub Copilot experiences including Copilot Chat, inline edits, ask and agent modes, and...