Skip to content
link

GitHub Action

Update PR body

v1 Latest version

Update PR body

link

Update PR body

Update PR body because PR comments are annoying :)

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Update PR body

uses: AsasInnab/pr-body-action@v1

Learn more about this action in AsasInnab/pr-body-action

Choose a version

PR Body Action

This action overwrites the pr body. Useful for when you want to append information, such as URLs etc, to the PR without bloating the PR with comments.

Inputs

body

Required The new PR body to overwrite with

GITHUB_TOKEN

Required Github token

Example usage

uses: AsasInnab/pr-body-action@v1
with:
	body: "This is my new PR body :)"
	GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}