Skip to content

Commit 2ccb62a

Browse files
wejendorptradeshiftcicomponents
authored andcommitted
chore: add catalog-info.yml and repofile
1 parent 2271f1d commit 2ccb62a

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

Repofile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"checks": ["build"],
3+
"maintainers": [
4+
"Developer productivity"
5+
],
6+
"topics": [
7+
"github-action"
8+
]
9+
}

catalog-info.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Component
3+
metadata:
4+
name: create-pull-request
5+
description: |
6+
A GitHub action to create a pull request for changes to your repository in the actions workspace
7+
annotations:
8+
github.com/project-slug: Tradeshift/create-pull-request
9+
tags:
10+
- nodejs
11+
- github-action
12+
spec:
13+
type: other
14+
lifecycle: production
15+
owner: developer-productivity

0 commit comments

Comments
 (0)