Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
message-square

GitHub Action

comment-pr

v1 Pre-release

comment-pr

message-square

comment-pr

Post a dynamic comment on github PullRequests

Installation

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

              

- name: comment-pr

uses: JoseThen/comment-pr@v1

Learn more about this action in JoseThen/comment-pr

Choose a version

Comment on PR javascript action

This action can be used to post a dynamic comment on a github PR

Inputs

comment

Required The comment you would like to post. Default ''. This can be used with word-slots by adding {} for each word you want to add.

Example usage

uses: JoseThen/comment-pr@v1
with:
  comment: 'This PR is the bees knees!'