takahashiikki/previous-issue-finder
Retrieves the content of the latest Issue with the specified label.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo_token | Token used to authenticate with GitHub API. Default is built-in token but a personal access token may be used for organization or user projects. | no | ${{ github.token }} |
| label | The label for previous issue. | yes | — |
Outputs
| name | description |
|---|---|
| previousIssue | Previous Issue number |
| issueBody | Issue Body |