fujiharuka/Issue Refs Parser
Parse linked references from a string such as a issue or pull request body.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 17, 2021
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: fujiharuka/issue-refs-parser-action@a3385d26679061ed805d045b808569be881ebdcc # v1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| body | Raw input string to be parsed | yes | — |
| self_slug | Slug string of the repository where the action runs | — | — |
Outputs
| name | description |
|---|---|
| refs | Referenced issue numbers in the same repository |
| external_refs | Referenced issue refs in different repositories |