Skip to content

Commit 37804ed

Browse files
authored
Re-revert: chore(ci): do not apply 'skip actions' to automatically generated commit COMPASS-8789 (#6610)
* Revert "Revert "chore(ci): do not apply 'skip actions' to automatically generated commit (#6546)" (#6567)" This reverts commit b6c4d97. * chore(scripts): do not include time in tracking-plan.md COMPASS-8789 This otherwise results in a lot of small, meaningless commits like ea31fab.
1 parent 4916ea6 commit 37804ed

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/authors-and-third-party-notices.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ jobs:
6868
6969
- name: Commit and push
7070
run: |
71-
git commit --no-allow-empty -m "chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary [skip actions]" || true
71+
git commit --no-allow-empty -m "chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary" || true
7272
git push

scripts/generate-tracking-plan.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -322,15 +322,10 @@ function generateMarkdownPlan(
322322
day: 'numeric',
323323
});
324324

325-
const formattedTime = now.toLocaleTimeString('en-US', {
326-
hour: '2-digit',
327-
minute: '2-digit',
328-
});
329-
330325
const markdown = `
331326
# Compass Tracking Plan
332327
333-
Generated on ${formattedDate} at ${formattedTime}
328+
Generated on ${formattedDate}
334329
335330
## Table of Contents
336331
${toc}

0 commit comments

Comments
 (0)