Pukiwiki plugin to show the table listing GitHub issues.
#github_issues([PAT],[owner],[repo],[state],[limit = 5])
Name | Description |
---|---|
PAT | Personal Access Token to read GitHub issues information |
owner | GitHub repository owner name (example: tsukuba-hpcs ) |
repo | Project ID you want to show issues (example: pukiwiki-plugin-github-issues ) |
state | Issue status such as open and closed |
limit (optional) | Issue count to show on the table |