Skip to content

Add coding agent description#7691

Merged
rebornix merged 1 commit intomainfrom
rebornix/intensive-fish
Aug 28, 2025
Merged

Add coding agent description#7691
rebornix merged 1 commit intomainfrom
rebornix/intensive-fish

Conversation

@rebornix
Copy link
Copy Markdown
Member

No description provided.

@rebornix rebornix enabled auto-merge (squash) August 28, 2025 03:46
@vs-code-engineering vs-code-engineering Bot added this to the August 2025 milestone Aug 28, 2025
@rebornix rebornix merged commit b54edf5 into main Aug 28, 2025
3 checks passed
@rebornix rebornix deleted the rebornix/intensive-fish branch August 28, 2025 03:50
const tooltip = await issueMarkdown(pullRequest, this.context, this.repositoriesManager);
const timestampNumber = new Date(pullRequest.createdAt).getTime();
const defaultBranch = await pullRequest.githubRepository.getDefaultBranch();
const description = pullRequest.base.ref === defaultBranch ? `PR #${pullRequest.number}` : `PR #${pullRequest.number} → ${pullRequest.base.ref}`;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have mostly stayed away from abreviating PR. I see a few have slipped past me over the years though. I'll make a pass through and switch them all over to "pull request".

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.

3 participants