Skip to content

Commit 8f274e2

Browse files
authored
Merge pull request #84 from frostyard/fluent/enroll-fluent
Declare frostyard/fluent as an enabled fleet repository
2 parents ee59e66 + 768a92d commit 8f274e2

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"schema_version": 1,
3+
"repository": {
4+
"owner": "frostyard",
5+
"name": "fluent",
6+
"repository_id": "1334681570"
7+
},
8+
"accountable_owners": [
9+
{
10+
"kind": "github-user",
11+
"login": "bketelsen"
12+
}
13+
],
14+
"fleet_state": "enabled",
15+
"maintenance_programs": [
16+
"quality",
17+
"ci",
18+
"architecture"
19+
],
20+
"action_ceiling": [
21+
"read",
22+
"write",
23+
"run-tests",
24+
"open-issue",
25+
"open-pr",
26+
"create-followup"
27+
],
28+
"surface_contract_version": 1
29+
}

test/organization-validation.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const repoRoot = path.resolve(
2222
test("the live organization tree and fixture corpus validate", async () => {
2323
const result = await validateOrganization(repoRoot);
2424
assert.deepEqual(result, {
25-
repositoryCount: 2,
25+
repositoryCount: 3,
2626
verificationProfileCount: 0,
2727
goalCount: 0,
2828
validFixtureCount: 5,

0 commit comments

Comments
 (0)