ExpediaGroup / github-helpers

A collection of Github Actions that simplify and standardize common CI/CD workflow tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhance changed files helper

sumitanvekar opened this issue · comments

It would be great if we can filter for new files only. Currently this helper returns all files and there is no way to check for new vs modification

I think for this it might make more sense to implement a DangerJS check. With danger you can access many specific things about a PR including new files vs changed files!