Add Sensei to the allowed repositories for plugin proxy #1079
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is this PR doing?
It adds Sensei to the allowed repositories for plugin proxy.
What problem is it solving?
Allow Sensei to use the plugin proxy, so it can be added to Sensei pull requests. It's a better alternative to https://github.com/Automattic/senseilms-com-plugins/pull/305 because we don't have an extra code and GitHub token to maintain.
How is the problem addressed?
Plugin added to the allowed array.
Testing Instructions
packages/playground/website/public/plugin-proxy.php
.wordpress-playground/packages/playground/website/public
with a PHP server./plugin-proxy.php?org=Automattic&repo=sensei&workflow=Plugin%20Build&artifact=sensei-lms-bef4d18c802094cc0eaacc522eefdbac5bcbfa77&pr=7521
.Pending
I still need to see how the PR previewer for Sensei will be. Originally, I was implementing it in https://senseilms.com/playground/ to be used in the PRs. But I still need to take a look now that we're adding the proxy here. I think it will be just to use the playground.wordpress.com with the plugin pointing to the proxy URL and send my blueprint as querystring.