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

Add new array in the resulting json file with counts of an action being used #7

Open
2 tasks
rajbos opened this issue Aug 10, 2022 · 0 comments
Open
2 tasks

Comments

@rajbos
Copy link
Collaborator

rajbos commented Aug 10, 2022

I recently had the need to find the most used actions in an organization. You can generate it yourself with the data in the json file, but then you need to calculate it yourself. It would be helpful to have it readily available in the dataset.

I do not want to include it in the uniqueActions list, since that is just a standard string array and people might be dependent on it.

  • Let's add a new field uniqueActionWithCount to the results that shows the action name AND a counter of times it was included in a workflow
  • Think on checking the number of times the action is used inside a workflow and including that information as well. Should the final count then also include that? Or just the number of workflows it is used in?
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

No branches or pull requests

1 participant