Skip to content

SMillerDev/reviewboard-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Post Review Github Action

Post reviews to a ReviewBoard instance, useful to report CI issues to the review.

Runs on ubuntu and macos.

Usage

To add a comment to a review:

- name: Post a review
  id: post-review
  uses: SMillerDev/reviewboard-action@main
  with:
    token: "SOME_TOKEN"
    url: https://reviews.lunr.nl
    action: comment
    header: 'Some header'
    footer: 'And a footer'

To publish a review:

- name: Post a review
  id: post-review
  uses: SMillerDev/reviewboard-action@main
  with:
    token: "SOME_TOKEN"
    url: https://reviews.lunr.nl
    action: publish

About

Post reviews to a ReviewBoard instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages