Skip to content

Commit

Permalink
Re-revert: chore(ci): do not apply 'skip actions' to automatically ge…
Browse files Browse the repository at this point in the history
…nerated 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.
  • Loading branch information
addaleax authored Jan 14, 2025
1 parent 4916ea6 commit 37804ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/authors-and-third-party-notices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 1 addition & 6 deletions scripts/generate-tracking-plan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 37804ed

Please sign in to comment.