split-by-codeowners 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/action.yml +1 -1
  2. package/package.json +1 -1
package/action.yml CHANGED
@@ -94,7 +94,7 @@ inputs:
94
94
  pr_body_mode:
95
95
  description: "PR body mode for PR creation: custom | template | template_with_bucket | none"
96
96
  required: false
97
- default: "custom"
97
+ default: "template"
98
98
 
99
99
  pr_template_path:
100
100
  description: "Path to pull request template file (used when pr_body_mode=template*)."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "split-by-codeowners",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Split local changes into CODEOWNERS buckets and (optionally) create one PR per bucket (CLI + GitHub Action).",
5
5
  "repository": {
6
6
  "type": "git",