You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gh-cli/README.md
+13-9Lines changed: 13 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,8 @@ You can have more complex mappings this just a basic example, where a copy is be
122
122
123
123
Copy team member from one team to another, it respect source role type (maintainer, member).
124
124
125
-
> **Note** Only direct members are copied, child team members are not copied.
125
+
> **Note**
126
+
> Only direct members are copied, child team members are not copied.
126
127
127
128
If the target team already has user they will be preserved, this **doesn't** synch members between teams, it merely copies them. If you want a synch then you need to delete the existem team members in the target team before running this script.
128
129
@@ -191,10 +192,11 @@ It copies all [environments](https://docs.github.com/en/actions/deployment/targe
@@ -215,7 +217,8 @@ External collaborators are not copied intentionally.
215
217
216
218
If the team on the target organization doesn't exist, one will be created (same name, description, privacy, and notification settings ONLY).
217
219
218
-
> **Note** The created team will not be a full copy, **Only** name and description are honored. If the team is part of a child/parent relationship, or it's associated with an IDP group it will not be honored. If you want to change this behavior, you can modify the `createTeamIfNotExists` function.
220
+
> **Note**
221
+
> The created team will not be a full copy, **Only** name and description are honored. If the team is part of a child/parent relationship, or it's associated with an IDP group it will not be honored. If you want to change this behavior, you can modify the `createTeamIfNotExists` function.
219
222
220
223
This script requires 2 environment variables (with another optional one):
221
224
@@ -239,7 +242,8 @@ On Enterprise Managed Users organizations the users are only added if they are p
239
242
240
243
On GitHub Enterprise Cloud the added users will get an invitation to join the organization.
241
244
242
-
> **Warning** For GitHub Enterprise Cloud the number of users you can copy in a day is limited per target org. See [API note on rate limits](https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/members?apiVersion=2022-11-28#set-organization-membership-for-a-user) for the limit values.
245
+
> **Warning**
246
+
> For GitHub Enterprise Cloud the number of users you can copy in a day is limited per target org. See [API note on rate limits](https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/members?apiVersion=2022-11-28#set-organization-membership-for-a-user) for the limit values.
243
247
244
248
This script requires 2 environment variables (with another optional one):
245
249
@@ -558,7 +562,7 @@ Get outside collaborators added to a repository
558
562
559
563
Retrieve the download URL for the latest version of a package in GitHub Packages. See: [Documentation](https://docs.github.com/en/graphql/reference/objects#package)
560
564
561
-
> **Note:**
565
+
> **Note**
562
566
> No longer works for GitHub.com and deprecated for GHES 3.7+. See [Changelog post](https://github.blog/changelog/2022-08-18-deprecation-notice-graphql-for-packages/), [GraphQL breaking changes](https://docs.github.com/en/graphql/overview/breaking-changes#changes-scheduled-for-2022-11-21-1), and [GHES 3.7 deprecations](https://docs.github.com/en/[email protected]/admin/release-notes#3.7.0-deprecations)
@@ -577,7 +581,7 @@ Retrieve the download URL for a specific version of an Maven package in GitHub P
577
581
578
582
Retrieve the download URL for a specific version of a package in GitHub Packages. See: [Documentation](https://docs.github.com/en/graphql/reference/objects#package)
579
583
580
-
> **Note:**
584
+
> **Note**
581
585
> No longer works for GitHub.com and deprecated for GHES 3.7+. See [Changelog post](https://github.blog/changelog/2022-08-18-deprecation-notice-graphql-for-packages/), [GraphQL breaking changes](https://docs.github.com/en/graphql/overview/breaking-changes#changes-scheduled-for-2022-11-21-1), and [GHES 3.7 deprecations](https://docs.github.com/en/[email protected]/admin/release-notes#3.7.0-deprecations)
0 commit comments