Skip to content

Conversation

smockle
Copy link
Collaborator

@smockle smockle commented Oct 13, 2025

This PR updates the core.getInput call to match the action.yml (

cached_filings:
description: "Cached filings from previous runs, as stringified JSON. Without this, duplicate issues may be filed."
required: false
), so results from previous runs are now available to the File sub-action. This ensures duplicate issues aren’t filed when the workflow re-runs.

@smockle smockle requested a review from a team as a code owner October 13, 2025 15:06
Copy link

@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 fixes a bug where the File sub-action was reading the wrong input parameter name, preventing it from accessing cached results from previous workflow runs.

  • Updated the core.getInput call to read cached_filings instead of cached_results to match the action.yml configuration
  • This ensures duplicate issues aren't filed when workflows re-run by properly accessing cached filing data

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@smockle smockle enabled auto-merge October 13, 2025 15:44
@smockle smockle merged commit bdf0e23 into main Oct 13, 2025
5 checks passed
@smockle smockle deleted the smockle/fix-input-name branch October 13, 2025 16:26
smockle added a commit that referenced this pull request Oct 13, 2025
This PR backports #10, #11, and #12 from `main` to the `v2` branch.
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