Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yining1023/pr-body-action

Get a PR's body by PR number
https://github.com/yining1023/pr-body-action

Last synced: about 1 month ago
JSON representation

Get a PR's body by PR number

Awesome Lists containing this project

README

        

# Get PR body action

This action get PR body by PR number

## Inputs

## `pr-number`

**Required**

## `GITHUB_TOKEN`

**Required**

## Outputs

## `body`

PR body

## Example usage

```
- name: Get PR Body
id: get-pull-request-body
uses: yining1023/[email protected]
with:
pr-number: ${{steps.find-pull-request.outputs.number}}
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
```