Skip to content

fix: write CI-generated pr-body.md and pr-data.jsonl to /tmp/ instead of repo root - #433

Merged
doron050 merged 1 commit into
mainfrom
fix/ci-temp-files-to-tmpdir
Jul 25, 2026
Merged

fix: write CI-generated pr-body.md and pr-data.jsonl to /tmp/ instead of repo root#433
doron050 merged 1 commit into
mainfrom
fix/ci-temp-files-to-tmpdir

Conversation

@doron050

Copy link
Copy Markdown
Collaborator

Problem

The gen-release-pr.yml workflow creates pr-body.md and pr-data.jsonl in the repo root during CI. These files get committed into the release-prep branch by peter-evans/create-pull-request, polluting the repository with CI artifacts.

Fix

Write both files to /tmp/ instead of the working directory, so they never touch the repo tree.

@github-actions

Copy link
Copy Markdown
Contributor

Release Assistant - Passed

No version-worthy changes detected. Only non-functional, doc, or test changes.

@doron050
doron050 merged commit e3e6d58 into main Jul 25, 2026
7 checks passed
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.

1 participant