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
* The *Bulk Import* page shows a list of *Added Repositories*.
38
38
39
39
.Troubleshooting
40
-
* If clicking on the *Bulk Import* option displays the following error message: _To view the added repositories, contact your administrator to give you the `bulk.import` permission_, it means that your user does not have the necessary permission to use the Bulk Import feature.
41
-
Refer back to link:{authorization-book-url}#ref-rbac-permission-policies_title-authorization[Permission policies in Red Hat Developer Hub] for more information on how an administrator can add that permission to your user.
40
+
* If clicking on the *Bulk Import* option displays the following error message:
41
+
_To view the added repositories, contact your administrator to give you the `bulk.import` permission_, which means the user does not have the necessary permission to use the Bulk Import feature.
42
+
See link:{authorization-book-url}#ref-rbac-permission-policies_title-authorization[Permission policies in Red Hat Developer Hub] for more information on how an administrator can add that permission to your user.
Copy file name to clipboardExpand all lines: modules/importing-repositories/procedure-importing-multiple-repositories-from-github.adoc
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,18 @@ The Bulk Import feature allows you to view all the GitHub repositories and organ
4
4
From there, you can pick any number of repositories and onboard them.
5
5
6
6
.Prerequisites
7
-
* xref:enabling-ang-giving-access-to-the-bulk-import-feature[You enabled the Bulk Import feature].
8
-
* xref:enabling-ang-giving-access-to-the-bulk-import-feature[Your {product-short} user has access to the Bulk Import feature].
7
+
* You have xref:enabling-ang-giving-access-to-the-bulk-import-feature[enabled the Bulk Import feature].
8
+
* You have xref:enabling-ang-giving-access-to-the-bulk-import-feature[access to the Bulk Import feature].
9
9
10
10
.Procedure
11
-
. Click on *Bulk Import* in the left sidebar.
12
-
. Click on the *Add* button in the top-right corner to see the list of all repositories accessible from the configured GitHub integrations.
11
+
. Click *Bulk Import* in the left sidebar.
12
+
. Click the *Add* button in the top-right corner to see the list of all repositories accessible from the configured GitHub integrations.
13
13
.. From the *Repositories* view, you can select any repository, or search for any accessible repositories.
14
-
For each repository selected, a `catalog-info.yaml`will be generated.
14
+
For each repository selected, a `catalog-info.yaml`is generated.
15
15
.. From the *Organizations* view, you can select any organization by clicking on *Select* in the third column.
16
-
This will allow you to pick one or more repositories that are part of the selected organization.
17
-
. Click on *Preview file* to view or edit the details of the pull request for each repository.
18
-
The pull request details form will be preloaded with some data, and you can also preview the content of the `catalog-info.yaml`.
16
+
This option allows you to select one or more repositories from the selected organization.
17
+
. Click *Preview file* to view or edit the details of the pull request for each repository.
18
+
The pull request details form is preloaded with some data, and you can also preview the content of the `catalog-info.yaml`.
19
19
If the repository already has a `.github/CODEOWNERS` file, you can select the *Use CODEOWNERS file as Entity Owner* checkbox to use it, rather than having the `content-info.yaml` contain a specific entity owner.
0 commit comments