actions-cool/PR Extract Issues
A GitHub Action help you extract issues from pr commit or title or body.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 13, 2026
- Maintenance Recency
- Maintainedlast commit Feb 10, 2025
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-cool/pr-extract-issues@1fd5a8721a7b8364979792fe8fa583d124cb7a34 # v1.2.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Secret GitHub API token to use for making API requests | yes | ${{ github.token }} |
| way | The way to query issues | yes | — |
| filter-label | Further filter issues through label | — | — |
| issues-labels | Extra operations on issues | — | — |
| issues-comment | Extra operations on issues | — | — |
| remove-labels | Will remove labels on issues | — | — |
| issues-close | Extra operations on issues | — | — |
Outputs
| name | description |
|---|---|
| issues | Get issues numbers |