← Back
GitHub
GitHub Copilot now generates pull request titles from commit messages on the web
GitHub CopilotGitHub · featurereleaseintegration · github.blog ↗

New Copilot Feature for Pull Request Titles

GitHub has rolled out a new integration of Copilot directly into the pull request workflow on github.com. When creating or editing a pull request, developers will now see a GitHub Copilot button in the PR title field that can generate suggested titles.

How It Works

The feature analyzes commit messages within your pull request and generates a concise, descriptive title that captures the essence of the changes. To use it:

  1. Open a pull request on github.com
  2. Click the GitHub Copilot button in the title field
  3. Review the suggested title and accept, edit, or regenerate as needed

Quality Tips

The quality of generated titles depends directly on the clarity of your commit messages. For best results:

  • Write clear, descriptive commit messages that explain what changed
  • Avoid placeholder messages like WIP or generic fix without context
  • Group related changes into a single PR so the title reflects a cohesive theme

Vague or repetitive commit messages will result in less useful title suggestions.

Availability

This feature is now generally available on github.com for all pull requests containing one or more commits. GitHub is gathering community feedback through their GitHub Community discussions.