Skip to content

Commit 336fc32

Browse files
Update Enabling automations.md Dev-Docs update
1 parent 10c6fda commit 336fc32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev-docs/context-docs-Enabling automations.md.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ The file serves as a guide for developers to set up and customize automated docu
2020
## Imported Code Object
2121
Certainly! Here's a concise explanation of the Example Configuration in the provided code snippet:
2222

23-
This JSON configuration object defines settings for a GitHub App:
23+
This JSON configuration specifies settings for a GitHub App:
2424

2525
1. `approvalWorkflow`: Set to `true`, enabling an approval process.
26-
2. `userDocsWorkflows`: An array specifying workflows related to user documentation, with "generateUserDocs" as the only item.
27-
3. `issueNotifications`: An array of users ("user1" and "user2") who will receive issue notifications.
26+
2. `userDocsWorkflows`: An array listing workflows related to user documentation generation.
27+
3. `issueNotifications`: An array of users to be notified about issues.
2828
4. `issues`: Set to `true`, indicating that the app handles GitHub issues.
2929

30-
This configuration likely controls the behavior of a GitHub App, determining its features and notification settings.
30+
This configuration allows customization of the GitHub App's behavior, including workflow triggers, user notifications, and issue management features.
3131

3232

0 commit comments

Comments
 (0)