mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-01 15:53:04 +00:00
23 lines
603 B
YAML
23 lines
603 B
YAML
---
|
|
description: Tracks when a package_revision is deleted from a package in the registry
|
|
action: delete_package_revision_from_registry
|
|
internal_events: true
|
|
identifiers:
|
|
- project
|
|
- namespace
|
|
- user
|
|
additional_properties:
|
|
label:
|
|
description: The name of the package type
|
|
property:
|
|
description: The auth type. Either 'guest', 'user' or 'deploy_token'
|
|
deploy_token_id:
|
|
description: The hashed deploy token id
|
|
product_group: package_registry
|
|
milestone: '18.1'
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/191910
|
|
tiers:
|
|
- free
|
|
- premium
|
|
- ultimate
|