-
Notifications
You must be signed in to change notification settings - Fork 191
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
Auto-generate preview links for PRs #2391
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good to me 🚀
Some teams are using path filters to create preview links only when PRs involve certain paths (such as This repo is self-contained to focus only on docs, so we don't need to account for non-docs PRs the way other teams might if their docs cohabitate with code. We can always add filters later if we find the Action to be too noisy, but I think we'll want preview links for the vast majority of PRs in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM! 👍 Thanks for getting this set up :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 🚀 🚀
(cherry picked from commit 7373755)
(cherry picked from commit 7373755) Co-authored-by: Joe Peeples <[email protected]>
(cherry picked from commit 7373755)
(cherry picked from commit 7373755)
(cherry picked from commit 7373755)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
(cherry picked from commit 7373755)
(cherry picked from commit 7373755)
Addresses #2312. Adds a GitHub Action that will automatically create preview links when a pull request is created. Links are added in a comment on the PR.
Notes