-
Notifications
You must be signed in to change notification settings - Fork 63
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
Clean up generated files #639
Labels
Comments
paambaati
added
enhancement
New feature or request
and removed
bug
Something isn't working
labels
Dec 23, 2022
Marking this as an enhancement/feature request rather than a bug, as this isn't a guarantee that the Action makes anyway. I will be fixing this in a follow-up PR soon though. |
Thanks for fixing this. Maybe you could just use temp folders in the future. |
github-actions bot
pushed a commit
that referenced
this issue
Apr 23, 2023
# [4.0.0](v3.1.0...v4.0.0) (2023-04-23) ### Bug Fixes * **ci:** debug outputs ([11ed927](11ed927)) * **ci:** fix invalid YAML ([8f95f43](8f95f43)) * **ci:** fix the tag detection logic for new releases ([f787a56](f787a56)) * **ci:** rebuild and republish to use new branch and workflows ([0c99fb3](0c99fb3)) * **ci:** republish so latest changes get applied ([8f00eaa](8f00eaa)) * **ci:** republish so latest changes get applied ([fa71c1f](fa71c1f)) * **ci:** set up correct (?) condition to trigger publish ([3e9c9ce](3e9c9ce)) * **ci:** try once again to publish new version ([bcd27f6](bcd27f6)) * **ci:** use the un-broken latest version of the workflow ([0fe0643](0fe0643)) * **ci:** validate empty new release version ([2b9684a](2b9684a)) * **core:** support ARM 64-bit environments ([ea13673](ea13673)) * **core:** support ARM 64-bit environments ([99e22b3](99e22b3)) ### Features * **core:** cleanup downloaded artifacts ([f331896](f331896)), closes [#639](#639) * **core:** support fork PRs. ([70a75ac](70a75ac)), closes [#627](#627) ### BREAKING CHANGES * **ci:** semantic-release and its process is fundamentally broken when the repo moved from master to main for its main branch. This is an attempt to try to unfuck the git log/ref notes
🎉 This issue has been resolved in version 4.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This was referenced Apr 26, 2024
This was referenced Jun 12, 2024
This was referenced Jun 25, 2024
This was referenced Jul 19, 2024
This was referenced Aug 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
This github action adds files to the repositiry which should be deleted after run. I always checking code climate files as i am updating my project in my pipelines
Version of
codeclimate-action
you're usingv3.2.0
Example links
Manual removing cc files
auto commit added cc files
workflow file
Expected behavior
No changes on the repository
Additional context
N/A
The text was updated successfully, but these errors were encountered: