Skip to content

A GitHub Action to comment on the relevant open PR when a commit is pushed.

License

Notifications You must be signed in to change notification settings

HuxTechnology/comment-on-pr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Comment on PR via GitHub Action

A GitHub action to comment on the relevant open PR when a commit is pushed.

Usage

  • Requires the GITHUB_TOKEN secret.
  • Requires the comment's message in the args.

Sample workflow

workflow "comment-on-pr example" {
  on = "push"
  resolves = ["unsplash/comment-on-pr@master"]
}

action "unsplash/comment-on-pr@master" {
  uses = "unsplash/comment-on-pr@master"
  args = ["Check out this message!"]
  secrets = ["GITHUB_TOKEN"]
}

About

A GitHub Action to comment on the relevant open PR when a commit is pushed.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 57.8%
  • Dockerfile 42.2%