mondeja/PR linked issues
Get issues linked to pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository_owner | The owner of the repository where is located the pull request. | no | — |
| repository_name | The name of the repository where is located the pull request. | no | — |
| pull_request | Number of the pull request for which linked pull requests will be retrieved. | no | — |
| owners | The action will output `opener` and `others`, showing in them the linked issues opened by the pull request owner (`opener`) and those opened by other users (`others`). | no | — |
| add_links_by_content | Add links to other issues defined in the pull request body using an `{issue_number}` placeholder. Multiple can be defined separating them by newlines. | no | — |
Outputs
| name | description |
|---|---|
| issues | Issue numbers which may be closed by the pull request, separated by commas. |
| opener | Issue numbers which may be closed by the pull request, that are opened by the pull request opener, separated by commas. |
| others | Issue numbers which may be closed by the pull request, that are opened by other users than the pull request opener, separated by commas. |