eclipse-edc / .eclipsefdn

Repository to host configurations related to the Eclipse Foundation.
https://eclipse-edc.github.io/.eclipsefdn/
0 stars 2 forks source link

chore: revert to legacy GH Pages publishing #17

Closed paullatzelsperger closed 1 week ago

paullatzelsperger commented 1 week ago

What this PR changes/adds

reverts to the legacy method for publishing to GH Pages

Why it does that

more flexibility in hosting several artifacts, each in multiple versions

Further notes

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Linked Issue(s)

Closes # <-- insert Issue number if one exists

_Please be sure to take a look at the contributing guidelines and our etiquette for pull requests._

eclipse-otterdog[bot] commented 1 week ago

This is your friendly self-service bot.

Thank you for raising a pull request to update the configuration of your GitHub organization. You can manually add reviewers to this PR to eventually enable auto-merging.

The following conditions need to fulfilled for auto-merging to be available:

Otterdog commands and options You can trigger otterdog actions by commenting on this PR: - `/otterdog team-info` checks the team / org membership for the PR author - `/otterdog validate` validates the configuration change - `/otterdog validate info` validates the configuration change, printing also validation infos - `/otterdog check-sync` checks if the base ref is in sync with live settings - `/otterdog merge` merges and applies the changes if the PR is eligible for auto-merging (only accessible for the author) - `/otterdog done` notifies the self-service bot that a required manual apply operation has been performed (only accessible for members of the admin team) - `/otterdog apply` re-apply a previously failed attempt (only accessible for members of the admin team)
eclipse-otterdog[bot] commented 1 week ago

This is your friendly self-service bot.

The author (paullatzelsperger) of this PR is associated with this organization in the role of MEMBER.

Additionally, paullatzelsperger is a member of the following teams:

eclipse-otterdog[bot] commented 1 week ago

This is your friendly self-service bot. Please find below the validation of the requested configuration changes:

Diff for 1385dedab1b50cba81c43bd542bc3b1f78c2d472 ```diff Organization technology.edc[id=eclipse-edc] ╷ │ Warning: repository[name="FederatedCatalog"] has 'gh_pages_build_type' with value 'legacy' but no corresponding 'github-pages' environment, please add such an environment. ╵ ╷ │ Warning: repository[name="IdentityHub"] has 'gh_pages_build_type' with value 'legacy' but no corresponding 'github-pages' environment, please add such an environment. ╵ there have been 20 validation infos, enable verbose output with '-v' to to display them. ! repository[name="FederatedCatalog"] { ! gh_pages_build_type = "workflow" -> "legacy" ! gh_pages_source_branch = null -> "gh-pages" ! gh_pages_source_path = "/" -> "/" ! } ! repository[name="IdentityHub"] { ! gh_pages_build_type = "workflow" -> "legacy" ! gh_pages_source_branch = null -> "gh-pages" ! gh_pages_source_path = "/" -> "/" ! } Plan: 0 to add, 6 to change, 0 to delete. ```
eclipse-otterdog[bot] commented 1 week ago

This is your friendly self-service bot. The current configuration is in-sync with the live settings. :rocket:

eclipse-otterdog[bot] commented 1 week ago

This is your friendly self-service bot.

The following changes have been successfully applied:


Organization technology.edc[id=eclipse-edc]
╷
│ Warning: repository[name="FederatedCatalog"] has 'gh_pages_build_type' with value 'legacy' but no corresponding 'github-pages' environment, please add such an environment.
╵
╷
│ Warning: repository[name="IdentityHub"] has 'gh_pages_build_type' with value 'legacy' but no corresponding 'github-pages' environment, please add such an environment.
╵
  there have been 20 validation infos, enable verbose output with '-v' to to display them.

!   repository[name="IdentityHub"] {
!     gh_pages_build_type               = "workflow" -> "legacy"
!   }

!   repository[name="FederatedCatalog"] {
!     gh_pages_build_type               = "workflow" -> "legacy"
!     gh_pages_source_branch            = "main" -> "gh-pages"
!     gh_pages_source_path              = "/" -> "/"
!   }

  Applying changes:

  Done.

  Executed plan: 0 added, 4 changed, 0 deleted.