Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Populate CODEOWENRS, baseline package.json and baseline cortex.yaml #99

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 6 additions & 14 deletions cortex.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
title: Github Workflows
description: JupiterOne Organization-Wide GitHub Workflows.
x-cortex-git:
github:
repository: //oauth2
x-cortex-owners:
- type: group
name: JupiterOne/sre
x-cortex-service-groups: tier-4
x-cortex-tag: github workflows
openapi: 3.0.1
info:
title: Github Workflows
description: JupiterOne Organization-Wide GitHub Workflows.
title: .github
description: Automatically generated package.json, please edit manually
x-cortex-git:
github:
repository: JupiterOne/.github
repository: JupiterOne/JupiterOne/.github
x-cortex-owners:

Check failure on line 8 in cortex.yaml

View check run for this annotation

Cortex App / Cortex

cortex.yaml#L5-L8

x-cortex-git.github.repository must be in the format <owner>/<repo>
- type: group
name: JupiterOne/sre
x-cortex-service-groups: tier-4

Check warning on line 11 in cortex.yaml

View check run for this annotation

Cortex App / Cortex

cortex.yaml#L11

Unparseable group list
x-cortex-tag: github workflows
x-cortex-tag: .github
x-cortex-dependency:
- tag: base-deploy
1 change: 1 addition & 0 deletions project.name
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.github
Loading