GitHub Actions repo 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}]