Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/button/button-contributions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,19 @@ export const buttonContributions: ButtonContributionParams[] = [
match: /\/pull\//,
application: "github",
},
{
// `prx_files` is the new PR review experience on GitHub
id: "gh-pull-prx_files",
exampleUrls: [
// "https://github.com/svenefftinge/browser-extension-test/pull/2/files" // this is an experiment for now, and we can't test against GitHub's feature flags yet
],
selector: "div[data-component='PH_Actions']",
containerElement: createElement("div", {
order: "2",
}),
match: /\/pull\//,
application: "github",
},
{
id: "gh-file",
exampleUrls: ["https://github.com/svenefftinge/browser-extension-test/blob/my-branch/README.md"],
Expand Down
Loading