Skip to content

Added ability to ignore tags when deleting packages - #104

Open
Hayena wants to merge 2 commits into
actions:mainfrom
port-of-rotterdam-dtis:include-tags-ignore-version
Open

Added ability to ignore tags when deleting packages#104
Hayena wants to merge 2 commits into
actions:mainfrom
port-of-rotterdam-dtis:include-tags-ignore-version

Conversation

@Hayena

@Hayena Hayena commented Apr 18, 2023

Copy link
Copy Markdown

This PR contains a possible implementation for #88. This implementation adds a input parameter to enable ignoring of tags based on the existing ignore-versions input

@Hayena
Hayena requested a review from a team as a code owner April 18, 2023 14:54
@Hayena
Hayena force-pushed the include-tags-ignore-version branch from 0dcd581 to bf25fb8 Compare April 18, 2023 15:02
@Sxderp

Sxderp commented May 1, 2023

Copy link
Copy Markdown

The inverse of this would also be very nice. "Delete only these tags".

@johammond9

Copy link
Copy Markdown

This would be a very helpful for maintaining container packages. Would be great if we can get a reviewer!

@UnderKoen

Copy link
Copy Markdown

Any plans on merging this PR?

@jidicula

@AtomicFS

Copy link
Copy Markdown

What is the status? This would be great!

AtomicFS added a commit to 9elements/firmware-action that referenced this pull request Feb 28, 2024
- add a step in docker-build-and-test to delete old published containers
- should delete all but 'main', 'latest' and release containers
- we have to use my own fork of actions/delete-package-versions
  at the moment to have access to 'dry-run' and
  'ignore-versions-include-tags' features
- [dry-run](https://github.com/actions/delete-package-versions/pull/119/commits)
- [tags](actions/delete-package-versions#104)

Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
AtomicFS added a commit to 9elements/firmware-action that referenced this pull request Feb 29, 2024
- add a step in docker-build-and-test to delete old published containers
- should delete all but 'main', 'latest' and release containers
- we have to use my own fork of actions/delete-package-versions
  at the moment to have access to 'dry-run' and
  'ignore-versions-include-tags' features
- [dry-run](https://github.com/actions/delete-package-versions/pull/119/commits)
- [tags](actions/delete-package-versions#104)

Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
AtomicFS added a commit to 9elements/firmware-action that referenced this pull request Mar 1, 2024
- add a step in docker-build-and-test to delete old published containers
- should delete all but 'main', 'latest' and release containers
- we have to use my own fork of actions/delete-package-versions
  at the moment to have access to 'dry-run' and
  'ignore-versions-include-tags' features
- [dry-run](https://github.com/actions/delete-package-versions/pull/119/commits)
- [tags](actions/delete-package-versions#104)

Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
github-merge-queue Bot pushed a commit to 9elements/firmware-action that referenced this pull request Mar 4, 2024
- add a step in docker-build-and-test to delete old published containers
- should delete all but 'main', 'latest' and release containers
- we have to use my own fork of actions/delete-package-versions
  at the moment to have access to 'dry-run' and
  'ignore-versions-include-tags' features
- [dry-run](https://github.com/actions/delete-package-versions/pull/119/commits)
- [tags](actions/delete-package-versions#104)

Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
AtomicFS added a commit to 9elements/firmware-action that referenced this pull request Mar 4, 2024
- add a step in docker-build-and-test to delete old published containers
- should delete all but 'main', 'latest' and release containers
- we have to use my own fork of actions/delete-package-versions
  at the moment to have access to 'dry-run' and
  'ignore-versions-include-tags' features
- [dry-run](https://github.com/actions/delete-package-versions/pull/119/commits)
- [tags](actions/delete-package-versions#104)

Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
github-merge-queue Bot pushed a commit to 9elements/firmware-action that referenced this pull request Mar 4, 2024
- add a step in docker-build-and-test to delete old published containers
- should delete all but 'main', 'latest' and release containers
- we have to use my own fork of actions/delete-package-versions
  at the moment to have access to 'dry-run' and
  'ignore-versions-include-tags' features
- [dry-run](https://github.com/actions/delete-package-versions/pull/119/commits)
- [tags](actions/delete-package-versions#104)

Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
Comment thread README.md Outdated
Co-authored-by: David Fèvre <62677553+davidfevre-gouv-nc@users.noreply.github.com>
@gurugray

gurugray commented Jul 9, 2024

Copy link
Copy Markdown

this feature would be very useful

cc @jidicula

@jidicula

Copy link
Copy Markdown
Contributor

this feature would be very useful

cc @jidicula

👋 hey @gurugray, I no longer work on this part of GitHub 🙂

@AtomicFS

AtomicFS commented Aug 2, 2024

Copy link
Copy Markdown

@davidfevre-gouv-nc any chance of getting this merged?

@rbtr

rbtr commented Aug 2, 2024

Copy link
Copy Markdown

👋 hey @gurugray, I no longer work on this part of GitHub 🙂

@jidicula so could you tag someone who does? or is this abandoned?

@jidicula

jidicula commented Aug 2, 2024

Copy link
Copy Markdown
Contributor

👋 hey @gurugray, I no longer work on this part of GitHub 🙂

@jidicula so could you tag someone who does? or is this abandoned?

👍 I've pinged the relevant team.

@davidfevre-gouv-nc

Copy link
Copy Markdown

@davidfevre-gouv-nc any chance of getting this merged?

Hi @AtomicFS, I added my code review to mark my interest in this feature but I am not part of the CODEOWNERS, so not able to merge 😞

@AtomicFS

AtomicFS commented Aug 5, 2024

Copy link
Copy Markdown

@davidfevre-gouv-nc Oh I see, sorry for the unnecessary ping.

@andrinbr

Copy link
Copy Markdown

Any updates on this? Would be great if it could be merged.

@davidfevre-gouv-nc

Copy link
Copy Markdown

Maybe @conorsloan could help ?

By the way, I now use vlaurin/action-ghcr-prune.

@emmahsax

emmahsax commented Feb 4, 2025

Copy link
Copy Markdown

I am also watching this issue to see how it does.

FWIW, I use emmahsax/action-ghcr-prune (which is a fork of a fork of vlaurin's version).

@JulianBerger

Copy link
Copy Markdown

Can we merge this?

@alailsonko

Copy link
Copy Markdown

This is a nice feature, i hope will be merged soon

@AtomicFS

Copy link
Copy Markdown

This is a nice feature, i hope will be merged soon

It is open and waiting since 2023, that is 3 years in few days, I doubt anything will happen anytime soon.

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.