Skip to content

Auto generate a list of votable issues for use in the Iris documentation

License

Notifications You must be signed in to change notification settings

tkknight/voted_issues

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Votable Issues

Refresh Voted Issues

This repository is the home of the tool that will query the GitHub API for the Iris issues that have been voted on and update a json file held in the repo. This json file may then be used in the Iris documentation to view the voted issues.

This tool is run via a GitHub Action named refresh-voted-issues.yml This is essentially a workaround as the GitHub Issue browser on the web site only allows sorting by the number of comments, not by the number of likes on the issue header.

Dependencies

Usage

In order to run successfully the GH_TOKEN shell variable needs to be a valid GItHub token value.

$ export GH_TOKEN=********************
$ python query_gh_votable_issues.py

About

Auto generate a list of votable issues for use in the Iris documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%