or13/GitHub Discussions
Access GitHub GraphQL API for Discussions See: https://docs.github.com/en/graphql
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 24, 2022
- License
- Apache 2.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: or13/github-api-actions@ec0adabd22b9af4501ae09f946ebc9796e945c38 # v0.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| access-token | A github personal access token. Make sure it has been authorized for the following scopes: public_repo write:discussion read:discussion | — | — |
| owner | GitHub username or organization for the repo. | — | — |
| repo | GitHub repository name | — | — |
| category | GitHub Discussion Category | — | Announcements |
| title | Discussion post title | — | — |
| body | Discussion post body | — | — |
| search | Search query | — | — |
| limit | Number of results to return | — | 10 |
Outputs
| name | description |
|---|---|
| json | The output in as json. |
| text | The output in as text. |