diff --git a/.bandwidth/catalog-info.yaml b/.bandwidth/catalog-info.yaml new file mode 100644 index 0000000..095ef7a --- /dev/null +++ b/.bandwidth/catalog-info.yaml @@ -0,0 +1,11 @@ +apiVersion: backstage.io/v1alpha1 +kind: Location +metadata: + schemaVersion: v1.0.0 + name: ssh-agent-location + description: Links to additional entities in the ssh-agent repository. + annotations: + github.com/project-slug: Bandwidth/ssh-agent +spec: + targets: + - ./component.yaml diff --git a/.bandwidth/component.yaml b/.bandwidth/component.yaml new file mode 100644 index 0000000..0327a88 --- /dev/null +++ b/.bandwidth/component.yaml @@ -0,0 +1,14 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + schemaVersion: v1.0.0 + name: ssh-agent + description: GitHub Action to setup `ssh-agent` with a private key + annotations: + github.com/project-slug: Bandwidth/ssh-agent + organization: BW + costCenter: Development - Software Infra +spec: + type: GitHub Action + owner: github/band-swi + lifecycle: Available diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..2a7b539 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Global rule: +* @Bandwidth/band-swi @Bandwidth/band-swi-github-repo-admin