5

I uninstalled the Vercel app from github, but it's still running checks and auto-deployment when I commit code or open a pull request. How can I remove all the automated checks, environments, and deployments installed by the app? I thought that uninstalling the app would remove automations by default, but I guess that's not true. This is on a private repo.

Your help is appreciated!

enter image description here

enter image description here

enter image description here

Jeremy Gottfried
  • 1,061
  • 13
  • 28

3 Answers3

1

Go to Github-repo > Settings > Environment, and delete the environment you no longer need:

example-img

Jeremy Caney
  • 7,102
  • 69
  • 48
  • 77
Harshank
  • 11
  • 4
0

For anyone who is still interested. Go to your project settings on Vercel.

eg https://vercel.com/{accName}/{project}/settings

On the left panel, click "git", you can disconnect from there.

Vercel Page

Pablo
  • 1
-1

Check first if you still see workflows listed with your project.

You might need to delete all their past run results, in order for those to disapear.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250