We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2271f1d commit 2ccb62aCopy full SHA for 2ccb62a
2 files changed
Repofile
@@ -0,0 +1,9 @@
1
+{
2
+ "checks": ["build"],
3
+ "maintainers": [
4
+ "Developer productivity"
5
+ ],
6
+ "topics": [
7
+ "github-action"
8
+ ]
9
+}
catalog-info.yml
@@ -0,0 +1,15 @@
+apiVersion: backstage.io/v1alpha1
+kind: Component
+metadata:
+ name: create-pull-request
+ description: |
+ A GitHub action to create a pull request for changes to your repository in the actions workspace
+ annotations:
+ github.com/project-slug: Tradeshift/create-pull-request
+ tags:
10
+ - nodejs
11
+ - github-action
12
+spec:
13
+ type: other
14
+ lifecycle: production
15
+ owner: developer-productivity
0 commit comments