Closed octokitbot closed 11 months ago
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with Status: Up for grabs
. You & others like you are the reason all of this works! So thank you & happy coding! 🚀
:tada: This PR is included in version 10.2.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
If there are any new endpoints, then the code changes will likely required an update of
@octokit/types
. It should have received a pull request as well, merge & release it first. The@octokit/types
should be updated automatically shortly after in this pull request.Make sure to update the commits so that the merge results in helpful release notes, see Merging the Pull Request & releasing a new version.
In general
docs
prefixfix(typescript)
prefixfix
if a problem was resolved,feat
if new endpoints / parameters were added, andfeat(deprecation)
if a method was deprecated.