File tree 4 files changed +34
-0
lines changed
4 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Catalog
3
+
4
+ on :
5
+ workflow_dispatch :
6
+ pull_request :
7
+ push :
8
+ branches :
9
+ - master
10
+
11
+ permissions :
12
+ contents : " read"
13
+ packages : " read"
14
+ id-token : " write"
15
+
16
+ jobs :
17
+ docs :
18
+ uses : pantheon-systems/service-catalog/.github/workflows/docs-like-code.yaml@main
19
+ catalog-upload :
20
+ uses : pantheon-systems/service-catalog/.github/workflows/catalog-upload.yaml@main
Original file line number Diff line number Diff line change
1
+ https://help.github.com/en/articles/about-code-owners
2
+
3
+ * @ pantheon-systems/releng-squad
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : backstage.io/v1alpha1
3
+ kind : Component
4
+ metadata :
5
+ name : autotag
6
+ description : Git repository version tagging tool
7
+ annotations :
8
+ backstage.io/techdocs-ref : dir:docs/
9
+ spec :
10
+ owner : releng
11
+ type : tool
File renamed without changes.
You can’t perform that action at this time.
0 commit comments