rossjrw / pr-preview-action

GitHub Action that deploys a pull request preview to GitHub Pages, similar to Vercel and Netlify, and cleans up after itself.
https://github.com/marketplace/actions/deploy-pr-preview
MIT License
255 stars 39 forks source link

Customize pr name #74

Open ajorquera opened 6 months ago

ajorquera commented 6 months ago

Preview URLs look like this: https://[owner].github.io/[repo]/pr-preview/pr-[number]/

Can we customized the path pr-[number]. Doesnt seem like we can

rossjrw commented 6 months ago

No, it's not currently possible.

Noting a possible use case: branch name in URL instead of PR number; previews might not necessarily be tied to PRs