Skip to content

template: added docs workflows#17

Merged
MaximilianSoerenPollak merged 3 commits intoeclipse-score:mainfrom
qorix-group:dcalavrezo_wkflow
May 21, 2025
Merged

template: added docs workflows#17
MaximilianSoerenPollak merged 3 commits intoeclipse-score:mainfrom
qorix-group:dcalavrezo_wkflow

Conversation

@dcalavrezo-qorix
Copy link
Contributor

added reusable workflows for building and publishing documentation

Addresses: #16

added reusable workflows for building and publishing documentation

Addresses: eclipse-score#16

Signed-off-by: Dan Calavrezo <dan.calavrezo.ext@qorix.ai>
Copy link

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.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@github-actions
Copy link

github-actions bot commented May 21, 2025

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run //:license-check

Status: ✅ Passed

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Invocation ID: 87a42873-c8f2-4928-95fe-8a57f854422e
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
WARNING: For repository 'googletest', the root module requires module version googletest@1.14.0, but got googletest@1.14.0.bcr.1 in the resolved dependency graph.
WARNING: For repository 'aspect_rules_lint', the root module requires module version aspect_rules_lint@1.0.3, but got aspect_rules_lint@1.3.1 in the resolved dependency graph.
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)

Analyzing: target //:license-check (95 packages loaded, 10 targets configured)

Analyzing: target //:license-check (104 packages loaded, 10 targets configured)

Analyzing: target //:license-check (152 packages loaded, 1824 targets configured)

Analyzing: target //:license-check (161 packages loaded, 2764 targets configured)

Analyzing: target //:license-check (161 packages loaded, 2764 targets configured)

Analyzing: target //:license-check (162 packages loaded, 3257 targets configured)

Analyzing: target //:license-check (166 packages loaded, 5027 targets configured)

Analyzing: target //:license-check (166 packages loaded, 5027 targets configured)

Analyzing: target //:license-check (166 packages loaded, 5027 targets configured)

INFO: Analyzed target //:license-check (167 packages loaded, 6946 targets configured).
[8 / 13] checking cached actions
[9 / 13] checking cached actions
INFO: From Generating Dash formatted dependency file ...:
INFO: Successfully converted 2 packages from Cargo.lock to bazel-out/k8-fastbuild/bin/formatted.txt
INFO: Found 1 target...
Target //:license.check.license_check up-to-date:
  bazel-bin/license.check.license_check
  bazel-bin/license.check.license_check.jar
INFO: Elapsed time: 187.913s, Critical Path: 0.29s
INFO: 13 processes: 4 disk cache hit, 9 internal.
INFO: Build completed successfully, 13 total actions
INFO: Running command line: bazel-bin/license.check.license_check ./formatted.txt -review -project automotive.score -repo https://github.com/eclipse-score/module_template -token otyhZ4eaRYK1tKLNNF-Y
[main] INFO Querying Eclipse Foundation for license data for 2 items.
[main] INFO Found 2 items.
[main] INFO Vetted license information was found for all content. No further investigation is required.

uplifted docs-as-code to version 0.2.4

Addresses: eclipse-score#16

Signed-off-by: Dan Calavrezo <dan.calavrezo.ext@qorix.ai>
Fixed formatting

Addresses: eclipse-score#16

Signed-off-by: Dan Calavrezo <dan.calavrezo.ext@qorix.ai>
Copy link

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 pull request adds two reusable GitHub workflow configurations to support building and publishing project documentation.

  • Introduces a documentation build workflow triggered on pull request events, pushes to main, and a merge_group event.
  • Adds a daily scheduled documentation cleanup workflow.

Reviewed Changes

Copilot reviewed 2 out of 5 changed files in this pull request and generated no comments.

File Description
.github/workflows/docs.yml Adds workflow for building documentation using a reusable template
.github/workflows/docs-cleanup.yml Adds workflow for cleaning up docs artifacts on a daily schedule
Files not reviewed (3)
  • .github/actions/deploy-versioned-pages/action.yml: Language not supported
  • MODULE.bazel: Language not supported
  • docs/index.rst: Language not supported
Comments suppressed due to low confidence (1)

.github/workflows/docs.yml:22

  • The event trigger 'merge_group' is not a standard GitHub Actions trigger and may lead to unexpected behavior unless it is a custom implementation. Please verify that this trigger is intentional and documented.
merge_group:

@MaximilianSoerenPollak MaximilianSoerenPollak merged commit e04e512 into eclipse-score:main May 21, 2025
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

Development

Successfully merging this pull request may close these issues.

2 participants

Comments