octokit / request-action

A GitHub Action to send arbitrary requests to GitHub's REST API
https://github.com/marketplace/actions/GitHub-API-Request
MIT License
362 stars 48 forks source link

[BUG]: Available inputs not correctly listed in action.yml #309

Closed jackoat29 closed 2 weeks ago

jackoat29 commented 2 weeks ago

What happened?

Not sure if this fits as a bug or documentation.

When using this GitHub Action within VS Code with the GitHub Actions extension; the syntax highlighting / linting is broken. See: image and image

I believe the reason for that is because in the action.yml file, only 2 inputs are defined, and the others are not. See after line 6.

The solution to this should be as simple as adding name and description for the other inputs as well. As in this file from another GitHub Action.

Versions

v2.x

Relevant log output

No response

Code of Conduct

github-actions[bot] commented 2 weeks 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 labeled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀

gr2m commented 2 weeks ago

This is a known issue for a long time, unfortunately there is nothing we can do about it. Closing in favor of #26