Prioritising GitHub Priority Labels - Data Set and Software
收藏资源简介:
This is the data set and software produced for the paper Prioritising GitHub Priority Labels, J. Caddy and C. Treude. The CSV file contains a manually categorised set of GitHub issue labels that are priority-related. They have been ranked and normalised into three values; "High", "Medium", and "Low" priorities. These labels have been gathered from the 5000 most-starred repositories on GitHub as of 2022-06-01. The Python script makes use of this data set as an example, and will retrieve the highest priority issues from all of the repositories contributed to by the author specified. Run the python script from the same directory as the CSV file, providing the username you wish to see the highest priority issues for as the first command line argument. Supply your GitHub Personal Access Token either at the prompt so it's not displayed, or as the second command line argument.



