software-layer icon indicating copy to clipboard operation
software-layer copied to clipboard

CI to ensure `from-pr` and friends are not used in easystacks, and `from-commit` is merged upstream.

Open ocaisa opened this issue 11 months ago • 0 comments

We need a yaml parser CI to make sure that from-pr is not being used in easystack files. We also need to check that if from-commit is being used that the PR is merged upstream, this can be done with something like

git merge-base --is-ancestor $COMMIT_ID HEAD

ocaisa avatar Dec 20 '24 08:12 ocaisa