DDS-GmbH / jocument

JVM based template engine for DOCX and XLSX.
MIT License
3 stars 1 forks source link

Integrate GitHub Actions into the PR workflow #24

Closed AntonOellerer closed 3 years ago

AntonOellerer commented 3 years ago

Right now, branches which do not run through all the actions successfully can easily be merged into the master branch. Furthermore, the result of the actions does not get posted to the pull request.

It should be explored how GitHub Actions can be integrated into the PR workflow better.

AntonOellerer commented 3 years ago

@alexpartsch prohibting merge on failed actions should be configurable for you, see here: https://github.blog/2015-09-03-protected-branches-and-required-status-checks/

AntonOellerer commented 3 years ago

To get failure information directly into the pr, we could have a look at reviewdog