jefflinse / pr-semver-bump

A GitHub Action to bump and tag a new semantic version when a pull request is merged.
MIT License
24 stars 11 forks source link

fix query for searching for pull requests #53

Closed Ghislain89 closed 1 week ago

Ghislain89 commented 2 weeks ago

SUMMARY

This PR fixes #52

RELEASE NOTES

Fixes searching for pull requests based on commit sha.

Previously, the search query was using the type pull-request, but all GitHub documentation points to pr being the correct value.