Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smillerdev/reviewboard-action

Post reviews to a ReviewBoard instance
https://github.com/smillerdev/reviewboard-action

Last synced: 6 days ago
JSON representation

Post reviews to a ReviewBoard instance

Awesome Lists containing this project

README

        

# 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:
```yaml
- 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:
```yaml
- name: Post a review
id: post-review
uses: SMillerDev/reviewboard-action@main
with:
token: "SOME_TOKEN"
url: https://reviews.lunr.nl
action: publish
```