Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 63dd4fb

Browse files
authored
Update comment for triggering Azure Pipelines from forked PRs (#333)
1 parent 1fe1e5b commit 63dd4fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code-review-chat/CodeReviewChat.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code-review-chat/CodeReviewChat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ export class CodeReviewChat extends Chatter {
357357
owner: this.options.payload.owner,
358358
repo: this.options.payload.repo,
359359
issue_number: this.pullRequestNumber,
360-
body: '/AzurePipelines run',
360+
body: 'This PR originates from a fork. If the changes appear safe, you can trigger the pipeline by commenting `/AzurePipelines run`.',
361361
});
362362
})(),
363363
);

0 commit comments

Comments
 (0)