Skip to content

Feat: Reading usns from filepath#1303

Merged
pacostas merged 3 commits into
paketo-buildpacks:mainfrom
pacostas:reading-usns-from-filepath
Feb 27, 2026
Merged

Feat: Reading usns from filepath#1303
pacostas merged 3 commits into
paketo-buildpacks:mainfrom
pacostas:reading-usns-from-filepath

Conversation

@pacostas
Copy link
Copy Markdown
Member

Summary

This PR:

  • Adds functionality for reading usns from a filepath. This is useful in case we want mulitple actions to read the same input. That way we avoid hitting the API multiple times.
  • Changes the default number of pages that the action fetches from the API, from 2 to 1. This ends up with one request less to the API.
  • Adds an extra argument called pages, in case someone would like to increase the number of pages, that the action fetches from the API
  • Alters the Docker image, and instead of pre-building it and pushing it to a registry, it changes it in order to be consumed as a docker file as we do with the rest of the github actions.

Use Cases

Checklist

  • I have viewed, signed, and submitted the Contributor License Agreement.
  • I have linked issue(s) that this PR should close using keywords or the Github UI (See docs)
  • I have added an integration test, if necessary.
  • I have reviewed the styleguide for guidance on my code quality.
  • I'm happy with the commit history on this PR (I have rebased/squashed as needed).

@pacostas pacostas requested review from a team as code owners February 26, 2026 18:49
Comment thread actions/stack/get-usns/action.yml Outdated
@pacostas pacostas merged commit c13c927 into paketo-buildpacks:main Feb 27, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants