Skip to content

refactor!: rewrite markdown-templates/step-feedback/step-results-table.md to Nunjucks syntax, remove required top-level passed argument #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

FidelusAleksander
Copy link
Contributor

@FidelusAleksander FidelusAleksander commented Jun 24, 2025

Changes

This PR ideally will be paired with a new release (v3) of the skills/action-text-variables that will start using Nunjucks instead of mustache. A pull request is open

Checklist

  • I have added or updated appropriate labels to this PR
  • I have tested my changes
  • I have updated the documentation if needed

@github-actions github-actions bot added the templates Changes to the markdown templates label Jun 24, 2025
@github-actions github-actions bot added the workflows Changes to reusable workflows label Jun 25, 2025
@github-actions github-actions bot removed the workflows Changes to reusable workflows label Jun 26, 2025
@FidelusAleksander FidelusAleksander changed the title refactor: modify templates to use nunjucks templating refactor!: rewrite markdown-templates/step-feedback/step-results-table.md to Nunjucks syntax, remove required top-level passed argument Jun 26, 2025
@FidelusAleksander FidelusAleksander marked this pull request as ready for review June 26, 2025 14:12
@Copilot Copilot AI review requested due to automatic review settings June 26, 2025 14:12
Copy link
Contributor

@Copilot 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 refactors the step results table template by rewriting it in Nunjucks syntax and removing the required top-level passed argument.

  • Replaces mustache templating with Nunjucks for conditional rendering and loops
  • Introduces a computed variable (all_passed) to determine the overall step status
  • Updates the tips and results table rendering accordingly

@FidelusAleksander FidelusAleksander added breaking Breaking changes bump-minor Corresponds to minor SemVer release labels Jun 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking changes bump-minor Corresponds to minor SemVer release templates Changes to the markdown templates
Development

Successfully merging this pull request may close these issues.

2 participants