Skip to content

chore(deps): update craig-day/compute-tag action to v13

RenovateBot requested to merge renovate/craig-day-compute-tag-13.x into lsiobase/nginx

This MR contains the following updates:

Package Type Update Change
craig-day/compute-tag action major v11 -> v13

Release Notes

craig-day/compute-tag

v13

Compare Source

Performance improvements!

  • Stop paginating through commits for a branch once we find a commit that we have a tag for. This helps tremendously for repos with 10,000+ commits (fetched 30 at a time).
  • Add logging when starting and finishing paginated fetches, and log how many pages were fetched.
  • Adds the throttling and retry plugins to the API client too, so we automatically retry failed requests and handle rate limit errors correctly.

v12

Compare Source

Bug Fixes

  • Use the Octokit paginate helper to ensure we get all possible tags and compute the correct value. Without pagination, there could be a case where the last tag we more than 30 commits ago and the action would value to compute the tag because no existing tags were found.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box.

This MR has been generated by Renovate Bot.

Merge request reports