diff --git a/.github/workflows/milestone-branch-workflow.md b/.github/workflows/milestone-branch-workflow.md index bdd1855..04366df 100644 --- a/.github/workflows/milestone-branch-workflow.md +++ b/.github/workflows/milestone-branch-workflow.md @@ -50,7 +50,7 @@ When a PR is merged to a milestone branch, the changeset generation workflow: The workflow automatically creates and maintains a PR from the milestone branch to the develop branch: -1. **PR Title**: `feat: feature-name 🚀` +1. **PR Title**: `milestone: feature-name 🚀` 2. **PR Body**: Contains: - Milestone information and progress - Link to the GitHub Milestone diff --git a/automation-tests.php b/automation-tests.php index 145a6a8..d10d086 100644 --- a/automation-tests.php +++ b/automation-tests.php @@ -18,4 +18,5 @@ }); // SCALARS: -// - Email \ No newline at end of file +// - Email +// - Phone diff --git a/docs/WORKFLOW_VISUALIZATION.md b/docs/WORKFLOW_VISUALIZATION.md index 4f0e6f2..b5d3ebf 100644 --- a/docs/WORKFLOW_VISUALIZATION.md +++ b/docs/WORKFLOW_VISUALIZATION.md @@ -244,7 +244,7 @@ graph TD D[Feature Branch 3] -->|Create PR| B B -->|Merge PR| E[Generate Changeset] E -->|Commit Changeset| B - B -->|Create/Update PR| F[develop] + B -->|Create/Update PR with title "milestone: feature-name 🚀"| F[develop] F -->|Merge PR| G[Generate Changeset] G -->|Commit Changeset| F F -->|Create/Update PR| H[main]