+ {keepSpecificBranches && (
+
+ {excludedRows.map((row, index) => (
+
+ updateExcludedBranch(row.id, event.target.value)}
+ />
+ {(row.name !== "" || index < excludedRows.length - 1) && (
+
+ ))}
+
+
+ Never auto-archive these branches. Enter one exact branch name per field; no
+ wildcards.
+
+
+
)}
-
- {preview.data.protectedBranches.length > 0 && (
-
Protected: {preview.data.protectedBranches.join(", ")}
- )}
- {preview.data.partial && (
-
Preview limited to the first 1,000 branches. Cleanup checks all branches.
+
+