Georges M. Zwingelstein
Georges M. Zwingelstein
Instead of removing all versions older than 6 months, would it be possible to keep the last major/minor versions older than 6 months, eg: mongodb-9.2.6.
Thanks to @Centzilius, I started the discussion in [GitHub](https://github.com/orgs/community/discussions/102145).
With the latest Terraform 1.6.6 and GitHub provider 5.43.0, a `terraform apply -refresh-only` doesn't seem to update the field `vulnerability_alerts` in the .tfstate file with the state in the UI.
@thehanimo That is correct. The repo of the workflow that calls my action does not contain the config file. The config file lives in the repo containing my called action...
@PaulHatch No worry, no hurry and take care of yourself. We have a workaround using the repo setting so that only squash and merge is allowed and merge commit is...
Have you tried this: `ignore-versions: '^(2\.3\.6|2\.3\.1|2\.3\.5)$'`?
Example use case: delete package versions for a prerelease branch, like `1.2.3-.4`, that has been merged and deleted. A workflow can handle automatically those deletions on a branch delete event....
@ruben-hoenle-fnt From [7.3.2. Single-Quoted Style](https://yaml.org/spec/1.2.2/#732-single-quoted-style): `The single-quoted style is specified by surrounding “'” indicators. Therefore, within a single-quoted scalar, such characters need to be repeated. This is the only form...
@kalinon The issue with container may be due to [ignore-versions doesn't seem to work with container packages (ghcr)](https://github.com/actions/delete-package-versions/issues/88), not an issue with the regex.
Example: `docker container run --rm --entrypoint top --entrypoint -b ubuntu` gives this error: `docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed:...