gregsdennis / dependencies-action

A GitHub Action that enforces PR dependencies
MIT License
33 stars 10 forks source link

Dependencies not met #3

Closed gregsdennis closed 3 years ago

gregsdennis commented 3 years ago

Depends on #1 Depends on #2

This PR will fail its checks because PR #1 is still open. #2 is closed, so it's not in the check output.

gregsdennis commented 3 years ago

Apparently making #2 depend on #1 by including the same commits also automatically merged #1... 😢. I'll set up two different, unrelated branches to show it working.