levibostian / action-bump-major-tag

GitHub Action to keep a major version tag (v1, v2, etc) up-to-date.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduce network calls for getting tags list

levibostian opened this issue · comments

Expected

When getting the repo's git tags, reduce down the number of network requests as little as possible.

Actual

Today, the action does paging to get all of the repo's git tags.

Ideas

  • Use github's graphql api to specify in more detail what types of tags we want.
  • Use caching.