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

A GitHub Action to send arbitrary requests to GitHub's REST API

Results 19 request-action issues
Sort by recently updated
recently updated
newest added

follow up to https://github.com/octokit/request-action/issues/80#issuecomment-1003630140 The setup would work similar to how https://github.com/octokit/plugin-paginate-rest.js updates [src/generated/paginating-endpoints.ts](https://github.com/octokit/plugin-paginate-rest.js/blob/23f0e9676ead9f22153a18fbb317a0c564e9aa7c/src/generated/paginating-endpoints.ts). 1. Create an update workflow like [octokit/plugin-paginate-rest.js:.github/workflows/update.ym](https://github.com/octokit/plugin-paginate-rest.js/blob/23f0e9676ead9f22153a18fbb317a0c564e9aa7c/.github/workflows/update.yml) 2. Create an `update-endpoints` script that will take the...

Type: Feature

Hey, just wondering how JSON is supposed to be sent? Tried a few things but getting different errors back. This is the API request I'm trying https://docs.github.com/en/rest/reference/issues#create-a-label ```yaml steps: -...

Type: Documentation
Type: Support

I'm getting this warning after my workflow complete running.How can I fix this please? by the way,I am running Github Action with terragrunt ``` Unexpected input(s) 'tf_action_version', valid inputs are...

support

On the home page https://github.com/octokit/request-action with the sample code you have, there is a typo in the part - run: "echo latest release: ${{ steps.get_latest_release.outputs.data }}" It should actually be...

documentation

Hello, I have a step in my workflow like: ``` - name: Get count of commits ahead of merge base id: github_compare uses: octokit/[email protected] with: route: GET /repos/:repository/compare/:base...:head repository: ${{...

Type: Support
Status: Blocked

First of all, thanks for this helpful GitHub action! I want to use this action to delete a specific label whenever a comment is created on an issue. The label...

Type: Support

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

Type: Maintenance

### Describe the need I had to look into the code in order to do pass `input` to a workflow dispatch invocation. And I'm not sure if I did it...

Type: Support

Resolves #272 --- ### Before the change? The action currently runs on Node 16, leading to warnings from GitHub ### After the change? This action will now run on Node...

### What happened? I have gone through the readme example and it looks like, check API does not work directly with the special GitHub Action Secret and it needs to...

Status: Up for grabs
Type: Bug