An open API service indexing awesome lists of open source software.

https://github.com/sodiray/require-push-to-pr

A GitHub Action for use `on: push` event that will output a boolean value indicating if the push is to a branch with an open PR. Useful for filtering out actions you only want run on PRs.
https://github.com/sodiray/require-push-to-pr

Last synced: 7 months ago
JSON representation

A GitHub Action for use `on: push` event that will output a boolean value indicating if the push is to a branch with an open PR. Useful for filtering out actions you only want run on PRs.

Awesome Lists containing this project

README