Skip to content

Commit de65b8d

Browse files
GitHub Actionsjmagak
authored andcommitted
Update bulk import
1 parent fcc27fe commit de65b8d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

modules/importing-repositories/procedure-integrating-bulk-import-with-orchestrator-workflows.adoc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ You can run the following tasks with this integration:
1111
* Create pull requests for cleanup
1212
* Call webhooks for external system integration
1313

14+
[NOTE]
15+
====
16+
This is not a full list of tasks. The actual Scaffolder tasks in your workflow depend on the actions defined in your template, and the import steps automatically adjust based on your template content when you create and run your workflow.
17+
====
18+
1419
You can execute a custom automation workflow of a Scaffolder template on multiple selected repositories using the bulk import plugin.
1520

1621
.Prerequisites
@@ -20,8 +25,9 @@ You can execute a custom automation workflow of a Scaffolder template on multipl
2025
.Procedure
2126

2227
* Configure your {my-app-config-file} configuration to instruct the Bulk Import plugin to use your custom templates.
23-
28+
+
2429
You can direct the Bulk Import plugin to hand off the entire list of selected repositories to a custom Orchestrator workflow.
30+
+
2531
To configure the Bulk Import workflow:
2632
+
2733
[source,yaml]
@@ -30,6 +36,7 @@ bulkImport:
3036
importTemplate: your-template-entity-reference-or-template-name
3137
importAPI: `open-pull-requests` | `scaffolder`;
3238
----
39+
+
3340
where:
3441

3542
`importTemplate:`::
@@ -47,7 +54,7 @@ Set the API to 'scaffolder' to trigger the defined workflow for high-fidelity au
4754
The Scaffolder template must be generic and not specific to a single repository if you want your custom Scaffolder template to run successfully for every repository in the bulk list.
4855
====
4956

50-
For the {product-very-short} instance to use the Scaffolder functionality, you must run it with the following environment variable enabled:
57+
* For the {product-very-short} instance to use the Scaffolder functionality, you must run it with the following environment variable enabled:
5158

5259
[source,yaml]
5360
----

0 commit comments

Comments
 (0)