//issue-count-actionbykazupon

issue-count-action

An Action to count GitHub issues

7
1
7
12
JavaScript

issue-count-action

An Action to count GitHub issues

Unit Test
E2E Test

:rocket: Usage

uses: kazupon/issue-count-action
with:
  github-token: ${{ secrets.GITHUB_TOKEN }}
  labels: l10n
  state: open

:arrow_left: Inputs

github-token

undefinedRequired 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.

:arrow_right: Outputs

count

GitHub issues count.

:copyright: License

MIT

[beta]v0.14.0