From e147d7e44aa5ee4a5c89e648dd953b4d5645eef8 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Mon, 13 Jan 2025 18:40:47 +0100 Subject: [PATCH 1/2] Revert "Revert "chore(ci): do not apply 'skip actions' to automatically generated commit (#6546)" (#6567)" This reverts commit b6c4d97f2fef6cf552a492f1de208789b873ada6. --- .github/workflows/authors-and-third-party-notices.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/authors-and-third-party-notices.yaml b/.github/workflows/authors-and-third-party-notices.yaml index 27ad2b1bf0f..1f2e1371967 100644 --- a/.github/workflows/authors-and-third-party-notices.yaml +++ b/.github/workflows/authors-and-third-party-notices.yaml @@ -68,5 +68,5 @@ jobs: - name: Commit and push run: | - git commit --no-allow-empty -m "chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary [skip actions]" || true + git commit --no-allow-empty -m "chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary" || true git push From e1138fe712035c4374ca3f9bb3072cee469fb179 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Mon, 13 Jan 2025 18:41:52 +0100 Subject: [PATCH 2/2] chore(scripts): do not include time in tracking-plan.md COMPASS-8789 This otherwise results in a lot of small, meaningless commits like ea31fabb011. --- scripts/generate-tracking-plan.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/generate-tracking-plan.ts b/scripts/generate-tracking-plan.ts index 8500f13adec..33df5eaf736 100644 --- a/scripts/generate-tracking-plan.ts +++ b/scripts/generate-tracking-plan.ts @@ -322,15 +322,10 @@ function generateMarkdownPlan( day: 'numeric', }); - const formattedTime = now.toLocaleTimeString('en-US', { - hour: '2-digit', - minute: '2-digit', - }); - const markdown = ` # Compass Tracking Plan -Generated on ${formattedDate} at ${formattedTime} +Generated on ${formattedDate} ## Table of Contents ${toc}