-
Notifications
You must be signed in to change notification settings - Fork 414
Description
Is your feature request related to a problem? Please describe.
When we were using netlify to build we had convenient links from the deploys back to the commit that caused them. Now we are using GitHub actions and the Netlify CLI so we can coordinate the frontend deployment on Netlify with the backend deployment. We would like to be able to see those same links in the deploy log.
Describe the solution you'd like
I would like to be able to specify --commit-url ${GITHUB_COMMIT_URL}
and see the familiar commit labeling in the deployments page on the netlify website.
Describe alternatives you've considered
We are using the description, but you can only put a short string there and it does not get turned into a link
Additional context
Can you submit a pull request?
No. I believe this would require changes to how Netlify stores this info/the Netlify API in addition to the change to the CLI
Pull requests are welcome! If you would like to help us add this feature, please check our contributions guidelines.