Skip to content

Repo Discussion Count

Actions
Get discussion count of Github repository
1.0
Latest
Star (0)

Tags

 (1)

About

just use ${{steps.repo-discussion.outputs.count}} to get repo's discussion-count.

Example

...

on:
  # Triggers the workflow on push or pull request events but only for the master branch
  watch:
    action: started

steps:
- name: Discussion Count
  id: repo-discussion
  uses: alanhe421/repo-discussion-count-action@master

...

Repo Discussion Count is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Get discussion count of Github repository
1.0
Latest

Tags

 (1)

Repo Discussion Count is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.