Skip to content
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

update the name of the stderr output and clean up #101

Merged
merged 1 commit into from
May 4, 2024
Merged

Conversation

mansona
Copy link
Member

@mansona mansona commented Apr 10, 2024

This prevents anyone who has a .gitignore file catching any *.log files from having issues where the PR isn't created when the release-plan fails. Essentially the peter-evans/create-pull-request action needs a file change to open the PR and we leave the release-plan-stderr.txt in the output when we have a failure to make sure the PR is created.

This PR also make sure to clean up the release-plan-stderr.txt when the plan succeeds

Fixes #88
Already in use here: embroider-build/embroider#1871

This prevents anyone who has a .gitignore file catching any *.log files from having issues where the PR isn't created when the release-plan fails. Essentially the peter-evans/create-pull-request action needs a file change to open the PR and we leave the release-plan-stderr.txt in the output when we have a failure to make sure the PR is created.

This PR also make sure to clean up the release-plan-stderr.txt when the plan succeeds
@mansona mansona added the enhancement New feature or request label May 4, 2024
@mansona mansona merged commit 9cff726 into main May 4, 2024
3 of 4 checks passed
@github-actions github-actions bot mentioned this pull request May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Delete stderr.log file again when empty?
1 participant