request-action icon indicating copy to clipboard operation
request-action copied to clipboard

[FEAT]: Support onprem github api calls

Open gaurav517 opened this issue 2 years ago • 3 comments

Describe the need

Can we please support onprem github api calls?

Thanks

SDK Version

No response

API Version

No response

Relevant log output

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

gaurav517 avatar Sep 15 '23 15:09 gaurav517

👋 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! 🚀

github-actions[bot] avatar Sep 15 '23 15:09 github-actions[bot]

try

      - uses: octokit/[email protected]
        id: get_latest_release
        with:
          route: GET /
          baseurl: ${{ env.GITHUB_API_URL }}

If that works, could you send a pull request to update the README so others will know how to do it in future?

gr2m avatar Sep 15 '23 17:09 gr2m

Hey @gaurav517 just a quick follow up here. We were wondering if @gr2m's suggestion worked for you.

nickfloyd avatar Oct 17 '23 17:10 nickfloyd