Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 426 Bytes

README.adoc

File metadata and controls

15 lines (10 loc) · 426 Bytes

GitHub Actions repo

https://github.com/t-grad/actions/actions/workflows/ci.yml

find-prs

Action to find which PRs contain provided commit-sha and those PRs status (merged or not).

Returns JSON array (serialized to string) of relevant PRs.

Result example
[{"pr": "1", "merged": true}, {"pr": "2", "merged": false}]