Skip to content

1.1.0 - Support users, makes ordering more stable

Compare
Choose a tag to compare
@maael maael released this 03 Jan 14:31
· 115 commits to main since this release

This release changes two things:

  1. We use repositoryOwner from the GitHub API to get repositories now, instead of organization - meaning this action now works for user owned templates too.
  2. We used to order by PUSHED_AT, causing the order we listed repositories using the template to change over time, now we use CREATED_AT to be more stable.