Skip to content

fix: add creation date to consolidated profile PayloadDescription#679

Open
nancysangani wants to merge 4 commits into
usnistgov:tahoefrom
nancysangani:fix/consolidated-profile-missing-created-date
Open

fix: add creation date to consolidated profile PayloadDescription#679
nancysangani wants to merge 4 commits into
usnistgov:tahoefrom
nancysangani:fix/consolidated-profile-missing-created-date

Conversation

@nancysangani
Copy link
Copy Markdown

@nancysangani nancysangani commented May 9, 2026

Fixes #678

The domain-specific profiles generated by generate_profiles() correctly include Created: <date> in their PayloadDescription, but the consolidated profile was missing it. Apply the same date.today() format already used in the domain-specific profile description to keep them consistent.

Copilot AI review requested due to automatic review settings May 9, 2026 15:58
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes an inconsistency in generated configuration profiles by adding a Created: <date> prefix to the consolidated profile’s PayloadDescription, matching the format already used for domain-specific profiles (per Issue #678).

Changes:

  • Add Created: {date.today()} + newline prefix to the consolidated profile description in generate_profiles().

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@robertgendler
Copy link
Copy Markdown
Collaborator

Can you change the target of the PR to Tahoe?

@nancysangani nancysangani changed the base branch from main to tahoe May 9, 2026 17:01
@nancysangani
Copy link
Copy Markdown
Author

Can you change the target of the PR to Tahoe?

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mSCP 2.0 - generate guidance profile creation

4 participants