Skip to content

[aw] Unblock Slide Deck Maintainer by enabling LFS checkout and shell command allowlist coverage - #49410

Merged
pelikhan merged 2 commits into
mainfrom
copilot/aw-fix-incomplete-result
Aug 1, 2026
Merged

[aw] Unblock Slide Deck Maintainer by enabling LFS checkout and shell command allowlist coverage#49410
pelikhan merged 2 commits into
mainfrom
copilot/aw-fix-incomplete-result

Conversation

Copilot AI commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Slide Deck Maintainer was repeatedly emitting report_incomplete because required slide assets remained Git LFS pointers and runtime shell invocations (node/npm/npx) were blocked by the workflow’s command allowlist. This change aligns checkout/runtime/allowlist configuration with the workflow’s actual Marp + Playwright execution path.

  • Workflow runtime + checkout alignment

    • Added checkout.lfs: true so docs/slides/* content is available as real files instead of LFS pointers at agent time.
    • Added explicit Node runtime declaration to ensure predictable Node availability in the generated workflow path.
  • Shell allowlist coverage for actual commands

    • Expanded tools.bash patterns to permit the command forms used by this workflow, including generic npm, npx, and node invocations (not only a few narrow subcommands).
  • Compiled workflow update

    • Regenerated slide-deck-maintainer.lock.yml to carry the frontmatter changes into the executable workflow (including checkout/runtime/tool permission expansion).
checkout:
  lfs: true

runtimes:
  node:
    version: "24"

tools:
  bash:
    - "npm *"
    - "npx *"
    - "node *"

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix incomplete result in Slide Deck Maintainer workflow [aw] Unblock Slide Deck Maintainer by enabling LFS checkout and shell command allowlist coverage Jul 31, 2026
Copilot AI requested a review from pelikhan July 31, 2026 21:59
@pelikhan
pelikhan marked this pull request as ready for review August 1, 2026 00:45
Copilot AI review requested due to automatic review settings August 1, 2026 00:45
@pelikhan
pelikhan merged commit 113381f into main Aug 1, 2026
@pelikhan
pelikhan deleted the copilot/aw-fix-incomplete-result branch August 1, 2026 00:45

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates Slide Deck Maintainer to fetch LFS assets and permit its Node-based tooling.

Changes:

  • Enables Git LFS checkout and Node.js 24.
  • Expands npm, npx, and node shell permissions.
  • Regenerates the executable workflow.
Show a summary per file
File Description
.github/workflows/slide-deck-maintainer.md Updates checkout, runtime, and tool configuration.
.github/workflows/slide-deck-maintainer.lock.yml Applies the configuration to the generated workflow.

Review details

Tip

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

  • Files reviewed: 2/2 changed files
  • Comments generated: 1
  • Review effort level: Balanced

- shared/otlp.md
timeout-minutes: 45
checkout:
lfs: true
@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.84.2

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.

[aw] Slide Deck Maintainer reported incomplete result

3 participants