From 8286b33f3bbbe8c37411d5f3cff562753ae3b1be Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Fri, 14 Mar 2025 10:37:20 -0600 Subject: [PATCH 1/2] no message --- automation-tests.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 From 390fad5da82f1f4a0f02896c76e66117e8469051 Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Fri, 14 Mar 2025 10:37:58 -0600 Subject: [PATCH 2/2] - update pr title for milestone prs --- .github/workflows/milestone-branch-workflow.md | 2 +- docs/WORKFLOW_VISUALIZATION.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/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]