t-grad / actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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}]

About


Languages

Language:TypeScript 98.2%Language:JavaScript 1.8%