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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,15 @@ This project provides a GitHub Action that helps federal agencies maintain their
10
10
11
11
**Automatic Generation**
12
12
13
-
- The action calculates metadata, validates it, and creates a PR or pushes directly
14
-
- Validation ensures only valid code.json is created
13
+
- The action calculates metadata and creates a PR or pushes directly
15
14
- Users can then fill in manual fields by editing the PR
16
15
17
16
**PR Validation**
18
17
19
18
- When users edit code.json in a PR, validation runs automatically on every commit
20
19
- The PR cannot be merged if validation fails (when branch protection is enabled)
21
20
- Error messages help users fix issues quickly
21
+
- Validation ensures only valid code.json reaches your main branch
22
22
23
23
**Important:** For direct push mode, users should always create PRs when manually editing code.json to ensure validation runs. Direct edits to the main branch will not be validated by this action.
0 commit comments