-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Backstage CI Automation[bot]
committed
Jul 9, 2024
1 parent
5c64c20
commit 402dba0
Showing
1 changed file
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,33 @@ | ||
# This file is partially auto-generated by the invoca-backstage-tools gem | ||
# The following fields should not be edited manually as they are auto-generated | ||
# based on the contents of the repo: | ||
# - metadata.name | ||
# - metadata.title | ||
# - metadata.description | ||
# - annotations.github.com/project-slug | ||
# - invoca.com/version-repository-location | ||
# - invoca.com/version-repository-name | ||
# - spec.type | ||
# - spec.owner | ||
--- | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: escalate | ||
title: Escalate Gem | ||
name: escalate-gem | ||
title: Escalate | ||
annotations: | ||
buildkite.com/project-slug: invoca/escalate | ||
github.com/project-slug: Invoca/escalate | ||
invoca.com/version-repository-location: rubygems | ||
invoca.com/version-repository-name: escalate | ||
endoflife.date/products: [email protected] | ||
tags: | ||
- ruby | ||
- open-source | ||
- gem | ||
description: A simple and lightweight gem to escalate rescued exceptions. | ||
spec: | ||
type: library | ||
lifecycle: production | ||
owner: octothorpe | ||
dependsOn: [] |