kazupon / issue-count-action

An Action to count GitHub issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

issue-count-action

An Action to count GitHub issues

Unit Test E2E Test

🚀 Usage

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

⬅️ 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.

➡️ Outputs

count

GitHub issues count.

©️ License

MIT

About

An Action to count GitHub issues

License:MIT License


Languages

Language:JavaScript 66.5%Language:TypeScript 33.5%