-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the prettier bot work on external PRs #944
Labels
admin
Admin/maintenance tasks
P3 - Nice to Have
Update that is nice to have.
security
Pull requests that address a security vulnerability
Comments
lsaether
added
P3 - Nice to Have
Update that is nice to have.
security
Pull requests that address a security vulnerability
admin
Admin/maintenance tasks
labels
Sep 12, 2020
salmad3
added a commit
that referenced
this issue
Aug 5, 2021
As a substitute, we will add |
salmad3
added a commit
that referenced
this issue
Aug 9, 2021
* restructure docs * update all link paths * take out v1 * remove deployment file and update readme * update mirror links and sidebars * update mirror script to account for different paths * fix mirroring and redirection * update links and fixes * fixes * dupdate gitignore - build docs * rUpdate package.json:remove v1; add pretty check on commits, can fix #944 * remove and ignore files * ran pretty-quick * Update README.md * remove 'v2' from naming * update paths in js * update paths in index.js * Update generate-pdf.yml * updates * clean up
salmad3
added a commit
that referenced
this issue
Aug 14, 2021
* restructure docs * update all link paths * take out v1 * remove deployment file and update readme * update mirror links and sidebars * update mirror script to account for different paths * fix mirroring and redirection * update links and fixes * fixes * dupdate gitignore - build docs * rUpdate package.json:remove v1; add pretty check on commits, can fix #944 * remove and ignore files * ran pretty-quick * Update README.md * remove 'v2' from naming * update paths in js * update paths in index.js * Update generate-pdf.yml * updates * clean up * [2] Restructure Fixes (2/2) (#2470) * Update learn-scams.md (#2440) * clean up and fixes for restructure * Update package.json * update injection * fixes * trigger ci Co-authored-by: Aleixo Sánchez <[email protected]> * fix conflicts * add slug for redirect to default path /docs/ + updates & edits * fix file ref * update paths and edits [kusama guide] * update mirroring for kusama docs * remove old mirror script Co-authored-by: Aleixo Sánchez <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
admin
Admin/maintenance tasks
P3 - Nice to Have
Update that is nice to have.
security
Pull requests that address a security vulnerability
Currently the prettier bot only works on PRs made on branches of this repository and not on forks / external PRs. The reason for this is the bot API key that is not exposed to forks of the repo. If we exposed it to forks, someone could fork the repository and alter the CI commands to print our secret API key. We need to come up with a way to solve this - but it involves some thinking and research.
The text was updated successfully, but these errors were encountered: