embroider-build / embroider

Compiling Ember apps into spec-compliant, modern Javascript.
MIT License
329 stars 137 forks source link

fix release-plan unlabelled changes PR #1871

Closed mansona closed 1 month ago

mansona commented 1 month ago

release-plan is supposed to report unlabelled PRs in the Prepare Release pr but it hasn't been working correctly. I figured out that the issue is that the pull request action won't open a PR unless there are some file changes and stderr.log is covered by our .gitignore file.

This PR fixes that and it also makes sure that the stderr.txt doesn't make it into the PR when the release-plan job is successful.