Closed mosfet80 closed 1 year ago
This is fine... but was it necessary? Just interested in any context for why an update might be needed.
@mosfet80 Can you please rebase and add a "Signed-off-by" line to your commit? Once that is done we can go ahead with this.
V37 introduces support for using Github's REST API to retrieve the list of changed files without requiring the checkout action. V36 introduces
Clean abstractions/maintainability: Our new architecture is more modular and easier to maintain.
Globstar patterns now work as expected **.js would match all .js files
@mosfet80 It's going to be easiest if you rebase for the Signed-off-line. Something like:
$ git checkout rolling-1
$ git rebase rolling
$ git commit --amend -s
Updated tj-actions