Skip to content

Update Pull Request Description

Actions
Easily update a pull requests description
v2
Latest
Star (8)

Update Pull Request Description

Easily update a Pull Requests description with this GitHub Action

Usage

Inside your .github/workflows/workflow.yml file:

steps:
  - uses: riskledger/update-pr-description@dev
    with:
      body: ${{ description }} # The text you wish to overwrite your Pull Request description with, can be a variable or a string
      token: ${{ secrets.GITHUB_TOKEN }}

Arguments

This action currently supports two inputs from the user: body and token. These inputs, along with their descriptions and usage contexts, are listed in the table below:

Input Description Usage
body The text you wish to overwrite your Pull Request description with Required
token Your Github access token, which will already be available within your workflow without any additional setup Required

License

The code in this project is released under the MIT.

Update Pull Request Description is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Easily update a pull requests description
v2
Latest

Update Pull Request Description is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.