issue-dashboard
issue-dashboard copied to clipboard
A customizable dashboard for GitHub issues and pull requests, using GitHub Pages and GitHub Actions
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
We're seeing warnings about the use of [node 12](https://github.com/ethomson/issue-dashboard/blob/ae2c9a683676c070fe1b8d8a7d0e3f34ced52982/action.yml#L11) in this action: ``` Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: ethomson/issue-dashboard@v1. ``` For...
Hi guys Is it possible to avoid draft pr appear in my dashboard? ``` - title: 'Title' property: 'title' issue_query: 'repo:******** is:open is:pr review:none sort:created-asc' ```
For a big HTML file that needs to be created, the size of `config` env. variable exceeds the permissible limit causing the error : `The action takes an input parameter...
Where does the file get created?
The following page shows that the API has some limitations. https://docs.github.com/en/free-pro-team@latest/rest/reference/search#rate-limit To solve this problem, I have been using a script that generates HTML for every few items, waits a...
If you look here, you will see that it is `dashbord.css`, so I renamed it. https://github.com/ethomson/issue-dashboard/blob/main/src/render_html.ts#L268 If you intended to, close.
Hi! Can I use different css stylesheet for different files in the same repo? Thanks!
Since the renaming of `main` branch, some of the links in the README are broken. E.g. the 'Static Values' example link, https://github.com/ethomson/issue-dashboard/blob/master/examples/static-values.yml should be https://github.com/ethomson/issue-dashboard/blob/main/examples/static-values.yml
Hi @ethomson Thanks for the nice workflow. I have setup a small [dashboard for the jhipster org on github](https://hipster-labs.github.io/github-dashboard/). But we are running now in rate limiting issues (the schedule...