Skip to content

Rename org/domain references to Sienna-Platform, update Slack workspace links, and adjust README lab naming#85

Merged
jd-lara merged 3 commits intomainfrom
copilot/update-references-nrel-sienna
Apr 21, 2026
Merged

Rename org/domain references to Sienna-Platform, update Slack workspace links, and adjust README lab naming#85
jd-lara merged 3 commits intomainfrom
copilot/update-references-nrel-sienna

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 20, 2026

Thanks for opening a PR to StorageSystemsSimulations.jl, please take note of the following when making a PR:

Check the contributor guidelines

This updates repository references after the org migration from NREL-Sienna to Sienna-Platform, including documentation domain migration and Slack workspace rename. It also incorporates PR feedback to update README lab naming to National Laboratory of the Rockies (NLR), formerly known as NREL. Scope remains limited to links and documentation/metadata text (no module/package renames or behavioral code changes).

  • README and contributor-facing metadata

    • Updated GitHub org links (NREL-SiennaSienna-Platform)
    • Updated docs links (nrel-sienna.github.iosienna-platform.github.io)
    • Updated Slack invite workspace slug (nrel-siennacore-sienna)
    • Updated CLA URL org path
    • Updated README license paragraph wording to reference National Laboratory of the Rockies (NLR), formerly known as NREL
  • Documentation build and content links

    • Updated docs/make.jl deploy target repo and interlink/docs base URLs
    • Updated docs index and developer guideline outbound links to new org/domain
    • Updated tutorial comment links pointing to Sienna docs pages
  • Files touched

    • .github/pull_request_template.md
    • CONTRIBUTING.md
    • README.md
    • docs/make.jl
    • docs/src/index.md
    • docs/src/reference/developer_guidelines.md
    • docs/src/tutorials/single_stage_model.jl
- https://github.com/NREL-Sienna/StorageSystemsSimulations.jl
+ https://github.com/Sienna-Platform/StorageSystemsSimulations.jl

- https://nrel-sienna.github.io/StorageSystemsSimulations.jl/stable/
+ https://sienna-platform.github.io/StorageSystemsSimulations.jl/stable/

- https://join.slack.com/t/nrel-sienna/shared_invite/...
+ https://join.slack.com/t/core-sienna/shared_invite/...

[!WARNING]

Original prompt

Summary

This repository was previously under the NREL-Sienna GitHub organization and has now been moved to Sienna-Platform. All references to the old organization name must be updated throughout the codebase.

Changes Required

  1. Replace all occurrences of NREL-Sienna with Sienna-Platform in all files (READMEs, docs, CI/CD workflows, config files, source comments).

  2. Replace all occurrences of nrel-sienna.github.io with sienna-platform.github.io in all links and URLs.

  3. Update any Slack invite links to direct to the core-sienna Slack workspace (slug: core-sienna).

  4. Do NOT change package names, Julia module names, or unrelated content.

The following is the prior conversation context from the user's chat exploration (may be truncated):

User: I want you open PRs on all the repositories in the Platform-Sienna organization to handle the rename from NREL-Sienna and remove all references to NREL-Sienna and make the links work with Platform-Sienna.

The Slack invite links should direct to core-sienna instead

Assistant: I'm unable to access the Platform-Sienna organization or its repositories — it appears the organization either doesn't exist yet, is private, or your account (jd-laraI) doesn't have the necessary permissions for me to access it on your behalf.

Here are a few things to check:

  1. Organization name: Does Platform-Sienna exist on GitHub? You can verify at https://github.com/Platform-Sienna.
  2. Permissions: Does your account have access to the organization's repositories? I can only operate on repositories that your account can access.
  3. Private org: If the organization is private, GitHub Copilot may need to be explicitly authorized for it.

Once I can confirm access, I'd be happy to open PRs across all the repositories to:

  • Replace all references to NREL-SiennaPlatform-Sienna in links, docs, and config files
  • Update Slack invite links to point to core-sienna instead of whatever they currently reference

Could you verify the organization name and your access level, or share a list of the specific repositories you'd like me to update?

User: I meant Sienna-Platform. That was a typo

Assistant: I found 30 repositories in the Sienna-Platform org. I can already see many have nrel-sienna.github.io in their homepage fields. I'll now open PRs on all of them simultaneously to:

  • Replace NREL-SiennaSienna-Platform in all links, docs, and configs
  • Update nrel-sienna.github.iosienna-platform.github.io
  • Update Slack invite links to point to core-sienna

Launching all PRs now...

Assistant: I've kicked off PR creation agents for all 30 repositories in the Sienna-Platform organization. Here's a summary of what's been requested for each repo:

Changes being made across all repos:

  1. NREL-SiennaSienna-Platform — in READMEs, docs, source code comments, CI/CD workflows, and config files
  2. nrel-sienna.github.iosienna-platform.github.io — in all URLs and links
  3. Slack invite links — updated to point to the core-sienna workspace

All 30 repositories targeted:

Repository Notes
PowerSimulations.jl
PowerSystems.jl Homepage had nrel-sienna.github.io/Sienna
PowerSystemsTestData
InfrastructureSystems.jl Homepage had nrel-sienna.github.io/InfrastructureSystems.jl/stable/
PowerGraphics.jl
PowerSimulationsDynamics.jl Homepage had nrel-sienna.github.io/PowerSimulationsDynamics.jl/
HydroPowerSimulations.jl Homepage had nrel-sienna.github.io/HydroPowerSimulations.jl/dev/
PowerSystemCaseBuilder.jl
PSIDValidation
PowerFlows.jl Homepage had nrel-sienna.github.io/PowerFlows.jl/stable/
SiennaPRASInterface.jl
PowerSystemsMaps.jl
PowerAnalytics.jl
SiennaTemplate.jl Template repo — especially important
PowerNetworkMatrices.jl Homepage had nrel-sienna.github.io/Sienna
PSID2PSCAD
StorageSystemsSimulations.jl Homepage had nrel-sienna.github.io/StorageSystemsSimulations.jl/
HybridSystemsSimulations.jl
SiennaOperationsServer.jl Private
Sienna Main public website — homepage had nrel-sienna.github.io/Sienna/
Sienna-branding Private
PowerSystemsInvestments.jl
PowerSystemsInvestmentsPortfolios.jl
PowerSystemsInvestmentsPortfoliosTestData
SiennaGridDB
ActionsTestingRepo
InfrastructureOptimizationModels.jl
PowerOperationsModels.jl
PowerFlowFileParser.jl
PowerFlowUtilities.jl Private
SiennaSchemas
PowerOpenAPIModels
power-openapi-models
SiennaMind Private
SiennaDataStudio Private

The agents are working on each repo in parallel. PRs will appear in each repository once the agents finish scanning the files and making the updates. You can monitor progress at `https://github.com/orgs/Sienna-Platfo...

This pull request was created from Copilot chat.

Copilot AI changed the title [WIP] Update references from NREL-Sienna to Sienna-Platform Rename org/domain references to Sienna-Platform and update Slack workspace links Apr 21, 2026
Copilot AI requested a review from jd-lara April 21, 2026 01:11
Copy link
Copy Markdown
Member

@jd-lara jd-lara left a comment

Choose a reason for hiding this comment

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

@copilot update the Readme to say National Laboratory of the Rockies (NLR) formerly known as NREL

@jd-lara jd-lara marked this pull request as ready for review April 21, 2026 06:43
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Apr 21, 2026

@copilot update the Readme to say National Laboratory of the Rockies (NLR) formerly known as NREL

Updated in README as requested: it now says “National Laboratory of the Rockies (NLR), formerly known as NREL” and links to https://www.nlr.gov/. Addressed in commit ce42732.

Copilot AI changed the title Rename org/domain references to Sienna-Platform and update Slack workspace links Rename org/domain references to Sienna-Platform, update Slack workspace links, and adjust README lab naming Apr 21, 2026
Copilot AI requested a review from jd-lara April 21, 2026 06:46
@jd-lara jd-lara merged commit af6f1df into main Apr 21, 2026
5 checks passed
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.

2 participants