Skip to content

t-grad/actions

Repository files navigation

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

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published