1
Optionally disable deployment_status webhook events for GitHub Actions
Vercel 现在允许你禁用 deployment_status webhook 事件,减少 GitHub PR 的日志噪音,并推荐改用 repository_dispatch 获取更丰富的部署信息。清理协作流程的好功能。
You can now disable the deployment_status webhook event that Vercel sends to GitHub when Vercel is connected to your GitHub repository. When deploymen…