Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kazupon/issue-count-action
An Action to count GitHub issues
https://github.com/kazupon/issue-count-action
actions github issues
Last synced: 14 days ago
JSON representation
An Action to count GitHub issues
- Host: GitHub
- URL: https://github.com/kazupon/issue-count-action
- Owner: kazupon
- License: mit
- Created: 2020-01-14T07:34:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T15:14:11.000Z (3 months ago)
- Last Synced: 2024-10-25T10:44:36.854Z (21 days ago)
- Topics: actions, github, issues
- Language: JavaScript
- Homepage:
- Size: 940 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# issue-count-action
An Action to count GitHub issues
[![Unit Test](https://github.com/kazupon/issue-count-action/actions/workflows/unit.yml/badge.svg)](https://github.com/kazupon/issue-count-action/actions/workflows/unit.yml)
[![E2E Test](https://github.com/kazupon/issue-count-action/actions/workflows/e2e.yml/badge.svg)](https://github.com/kazupon/issue-count-action/actions/workflows/e2e.yml)## :rocket: Usage
```yml
uses: kazupon/issue-count-action
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: l10n
state: open
```## :arrow_left: Inputs
### `github-token`
**Required** GitHub token.
### `labels`
The label of GitHub issues, Default empty string (`''`).
If you want to specify multiple labels, you can use as (`,`) delimiter (e.g. `label1,label2`)
### `state`
The state of GitHub issues, Default `all`.
In about state that you can specify, See the [GitHub API docs](https://developer.github.com/v3/pulls/#list-pull-requests).
## :arrow_right: Outputs
### `count`
GitHub issues count.
## :copyright: License
[MIT](http://opensource.org/licenses/MIT)