9elements / 9elements/firmware-action
Switch to upstream actions/delete-package-versions
@AtomicFS is already working on this.
Since Aug 2, 2024.
- Dominant language
- Go
- Stars
- 22
- Forks
- 1
- Avg merge
- 10h 8m
- Merged PRs (30d)
- 9
Description
We want to keep our packages clean of clutter, so we regularly delete packages that are not tagged or bound to a release.
We wanted to use actions/delete-package-versions but it was missing some important features at the time, such as dry-run (no really needed anymore, I wanted it for initial trials) and ignore-versions-include-tags / ignore-versions regex.
As soon as ignore-versions-include-tags feature is merged, we can switch to upstream.
Since there were open pull requests, I just made my own fork and tried to poke into the PRs and related issues. So far there was not much development.
More information in #145
TLDR: check if both of these were merged:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.