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: 13 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-16T12:15:12.000Z (28 days ago)
- Last Synced: 2025-06-16T13:28:16.752Z (28 days ago)
- Topics: actions, github, issues
- Language: JavaScript
- Homepage:
- Size: 956 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
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
[](https://github.com/kazupon/issue-count-action/actions/workflows/unit.yml)
[](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)