This is a GitHub Action that ensures that your pull request titles match the Conventional Commits spec. Typically, this is used in combination with a tool like semantic-release to automate releases.
GitHub

gh-find-current-pr

This action tries to figure out the current PR. Additionally, title and body outputs are available as well to get the respective title and body of the PR. By default, gh-find-current-pr will only ...