octokit / plugin-rest-endpoint-methods.js

Octokit plugin adding one method for all of api.github.com REST API endpoints
MIT License
116 stars 56 forks source link

Add missing backtick in parameter of listAlertsForRepo.md #735

Closed mario-campos closed 6 months ago

mario-campos commented 6 months ago

~Resolves #ISSUE_NUMBER~


Before the change?

Due to a missing backtick character, the markdown formatting inverted. For example: the states may be open, closed, orfixed`.

After the change?

With the missing backtick included, the formatting was fixed and as it was intended. For example, the states may be open, closed, or fixed.

Pull request checklist

Does this introduce a breaking change?

Please see our docs on breaking changes to help!


github-actions[bot] commented 6 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! 🚀

wolfy1339 commented 6 months ago

The docs are auto-generated from GitHub's OpenAPI spec. It will just get overwritten in the next update.

You can file an issue over at: https://github.com/github/rest-api-description/

mario-campos commented 6 months ago

Thanks https://github.com/github/rest-api-description/issues/3537