Skip to content

0.106.0

Latest
Compare
Choose a tag to compare
@alexr00 alexr00 released this 05 Mar 17:24
· 6 commits to main since this release
c68deb0

0.106.0

Changes

  • You can provide custom instructions for GitHub Copilot when generating pull request titles and descriptions using the setting github.copilot.chat.pullRequestDescriptionGeneration.instructions. You can point the setting to a file in your workspace, or you can provide instructions inline in your settings:
{
  "github.copilot.chat.pullRequestDescriptionGeneration.instructions": [
    {
      "text": "Prefix every PR title with an emoji."
    },
  ],
}
  • We've added validation so that it's harder to accidentally set a github.com URL as the GitHub Enterprise URL.

Fixes

  • Unable to authenticate using Github Enterprise. #6426
  • Cannot add Reviewer to PR once github-actions is added as a reviewer. Cannot add Reviewer to PR once github-actions is added as a reviewer
  • On PR to submodule parent package was forked instead of submodule. #6492
  • Email address for merge commit is not remembered (and cannot be set). #6593
  • Copy GitHub Permalink doesn't work with custom SSH. #6668

Thank You