pkgjs / wiby

"Will I break you" - a tool for testing dependents
Apache License 2.0
33 stars 7 forks source link

Github Workflow: cleanup when parent PR is closed #96

Open dominykas opened 3 years ago

dominykas commented 3 years ago

After a PR is closed/merged, we should automatically run wiby clean for that branch.

This implies support for wiby clean --branch [specific name] (at the moment, wiby clean works off the currently active parent branch), as the branch to be cleaned up will be missing.

Bonus points: support wiby clean comment to trigger the cleanup as well.