This Github action prints the number of issues and pull requests in a repository.
Required Name of the owner of the Github repository
Required Name of the Github repository
Required Date in the mm/dd/yy
format from which the number of opened pull requests and issues will be calculated
Required Auth token that must be provided for access to Github API
Total number of issues in the repository
Number of open issues in the repository
Number of closed issues in the repository
Number of issues opened since given date
Total number of pull requests in the repository
Number of open pull requests in the repository
Number of closed pull requests in the repository
Number of pull requests opened since given date
The same from-date
that is passed to the action's input. Needed to display the results more nicely
uses: aleksandrlevochkin/[email protected]
with:
owner-name: "actions"
repository-name: "checkout"
from-date: "03-20-2023"
github-token: ${{ secrets.GITHUB_TOKEN }}