Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-file issues for new TUF versions #283

Closed
znewman01 opened this issue May 2, 2022 · 2 comments · Fixed by #287
Closed

Auto-file issues for new TUF versions #283

znewman01 opened this issue May 2, 2022 · 2 comments · Fixed by #287
Assignees

Comments

@znewman01
Copy link
Contributor

python-tuf gets automatic issues requesting review of new TUF versions (theupdateframework/python-tuf#1992). That seems useful here.

Seems like it comes from https://github.com/theupdateframework/python-tuf/blob/1efd52c7c403daee9e9f2e1c6d587d349aac147b/.github/workflows/specification-version.yml

Which could be abstracted out into a theupdateframework/specification-bump action.

@joshuagl
Copy link
Member

joshuagl commented May 3, 2022

That would be great. We could implement the checking of a release and comparing it to an input value in a reusable workflow (within the specification repository?) and each TUF implementation that cares to can reuse the workflow and will only need to figure out how to pass the implemented version of the specification https://github.com/theupdateframework/python-tuf/blob/1efd52c7c403daee9e9f2e1c6d587d349aac147b/.github/workflows/specification-version.yml#L22-L26

@rdimitrov
Copy link
Contributor

Sounds great 👍 I can draft a PR for stripping that into a reusable workflow and apply the necessary patches to current TUF implementations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

3 participants