Skip to content
Merged
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
6 changes: 6 additions & 0 deletions config/repositories.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"editor",
"github-settings",
"metaserver-worker",
"playtester",
"protocol",
"renderer",
"resources",
Expand Down Expand Up @@ -79,6 +80,10 @@
"verify",
"Conventional PR title"
],
"playtester": [
"Playtester validation",
"Conventional PR title"
],
"github-settings": [
"Policy validation",
"Conventional PR title"
Expand All @@ -104,6 +109,7 @@
"editor",
"github-settings",
"metaserver-worker",
"playtester",
"protocol",
"renderer",
"resources",
Expand Down
10 changes: 10 additions & 0 deletions config/repository-properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,16 @@
"lifecycle": "archived",
"release_policy": "none"
},
"playtester": {
"component_role": [
"tooling"
],
"provider_set": [
"classic"
],
"lifecycle": "active",
"release_policy": "semantic-release"
},
"protocol": {
"component_role": [
"protocol"
Expand Down
2 changes: 1 addition & 1 deletion tests/publish-repository-properties.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ output=$(
)

[[ $(grep -c '^PLAN PUT /orgs/atrinik/properties/schema/' <<<"${output}") == 4 ]]
[[ $(grep -c '^PLAN PATCH /orgs/atrinik/properties/values ' <<<"${output}") == 23 ]]
[[ $(grep -c '^PLAN PATCH /orgs/atrinik/properties/values ' <<<"${output}") == 24 ]]

echo "Repository-property publisher plans every definition and repository value."