Skip to content

Commit 2b2587a

Browse files
authored
Update create-docs-ghes-version-repo.sh to set ownership to docs instead of docs-engineering (#55701)
1 parent 6cc9a00 commit 2b2587a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ghes-releases/scripts/deprecate/create-docs-ghes-version-repo.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ gh api -X POST "/repos/github/docs-ghes-$version/pages" \
5050
echo "--- Update custom properties"
5151
gh api --method PATCH /repos/github/docs-ghes-$version/properties/values \
5252
-f "properties[][property_name]=ownership-name" \
53-
-f "properties[][value]=@github/docs-engineering" \
53+
-f "properties[][value]=@github/docs" \
5454
-f "properties[][property_name]=ownership-type" \
5555
-f "properties[][value]=Team" \
5656
--silent
@@ -74,4 +74,4 @@ git push
7474
cd ..
7575
echo "--- END FILE UPDATES"
7676
echo "--- MANUAL NOTES"
77-
echo "Manually disable releases, packages, and deployments"
77+
echo "Manually disable releases, packages, and deployments"

0 commit comments

Comments
 (0)