[skip changelog] Remove unused GitHub release download stats workflow#1702
Merged
per1234 merged 1 commit intoarduino:masterfrom Apr 1, 2022
per1234:remove-github-stats
Merged
[skip changelog] Remove unused GitHub release download stats workflow#1702per1234 merged 1 commit intoarduino:masterfrom per1234:remove-github-stats
per1234 merged 1 commit intoarduino:masterfrom
per1234:remove-github-stats
Conversation
The "github-stats" GitHub Actions workflow periodically gathers GitHub release asset download statistics for Arduino CLI and pushes the results to Datadog. There are no known problems with this workflow. However, the companion "arduino-stats" workflow that did the same for the downloads of Arduino CLI from downloads.arduino.cc was broken and thus removed from the repository. The GitHub stats are not very valuable on their own as they only provide an unknown fraction of the total downloads of Arduino CLI. They have also not ended up being used. Since it doesn't provide any value and represents a maintenance burden, it is hereby removed from the repository.
umbynos
approved these changes
Apr 1, 2022
3 tasks
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please check if the PR fulfills these requirements
before creating one)
our contributing guidelines
Tests for the changes have been added (for bug fixes / features)Docs have been added / updated (for bug fixes / features)UPGRADING.mdhas been updated with a migration guide (for breaking changes)Infrastructure enhancement
The "github-stats" GitHub Actions workflow periodically gathers GitHub release asset download statistics for Arduino CLI and pushes the results to Datadog (#665).
There are no known problems with this workflow. However, the companion "arduino-stats" workflow that did the same for the downloads of Arduino CLI from
downloads.arduino.ccwas broken and thus removed from the repository (#1701).The GitHub stats are not very valuable on their own as they only provide an unknown fraction of the total downloads of Arduino CLI. They have also not ended up being used.
Since it doesn't provide any value and represents a maintenance burden, it is hereby removed from the repository.
titled accordingly?
No breaking change
Obviates the need for #1662