summaryrefslogtreecommitdiff
path: root/.github (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-22CI: Stop running tests with Node.js 10David Mehren1-2/+2
Signed-off-by: David Mehren <git@herrmehren.de>
2021-04-22CI: Run tests with Node.js 16David Mehren1-2/+2
Signed-off-by: David Mehren <git@herrmehren.de>
2021-02-05Update actions/setup-node action to v2Renovate Bot1-3/+3
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2020-12-01Update issue templates to use the new labelsDavid Mehren4-4/+4
Signed-off-by: David Mehren <git@herrmehren.de>
2020-11-26Limit CI runs to pushes to master and pull requests against masterTilman Vatteroth1-1/+5
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2020-11-25Added zipping and uploading of production buildsErik Michelson1-2/+8
This extends the 'production build' workflow with uploading the final bundle as an artifact. The bundle is only uploaded on pushes to `master` and with Node.js 14. Co-authored-by: David Mehren <git@herrmehren.de> Signed-off-by: Erik Michelson <github@erik.michelson.eu> Signed-off-by: David Mehren <git@herrmehren.de>
2020-11-21linke to the contribution documentation explicitlyPhilip Molares1-1/+1
Co-authored-by: David Mehren <git@herrmehren.de> Signed-off-by: Philip Molares <philip.molares@udo.edu>
2020-11-21removed `extended changelog`Philip Molares1-1/+0
Signed-off-by: Philip Molares <philip.molares@udo.edu>
2020-11-21Update .github/pull_request_template.mdPhilip Molares1-1/+1
Co-authored-by: David Mehren <git@herrmehren.de> Signed-off-by: Philip Molares <philip.molares@udo.edu>
2020-11-21Update .github/pull_request_template.mdPhilip Molares1-1/+1
Co-authored-by: David Mehren <git@herrmehren.de> Signed-off-by: Philip Molares <philip.molares@udo.edu>
2020-11-21Update .github/pull_request_template.mdPhilip Molares1-1/+1
Co-authored-by: David Mehren <git@herrmehren.de> Signed-off-by: Philip Molares <philip.molares@udo.edu>
2020-11-21Update .github/pull_request_template.mdPhilip Molares1-1/+1
Co-authored-by: David Mehren <git@herrmehren.de> Signed-off-by: Philip Molares <philip.molares@udo.edu>
2020-11-20changed PR Template to indicate DCO and change handling of unnecessary ↵Philip Molares1-1/+2
checkboxes. Signed-off-by: Philip Molares <philip.molares@udo.edu>
2020-11-16Direct questions to the community forumDavid Mehren1-2/+1
Signed-off-by: David Mehren <git@herrmehren.de>
2020-11-16Update .github/ISSUE_TEMPLATE/bug_report.mdPhilip Molares1-1/+1
Co-authored-by: David Mehren <git@herrmehren.de>
2020-11-16Update .github/ISSUE_TEMPLATE/feature_request.mdPhilip Molares1-1/+1
Co-authored-by: David Mehren <git@herrmehren.de>
2020-11-16Add templates for issues and PRsJonas Zohren5-0/+129
Signed-off-by: Jonas Zohren <15788906+jfowl@users.noreply.github.com>
2020-11-11Migrate to GitHub ActionsDavid Mehren1-0/+82
GH Actions now also do a production build with all supported Node versions to catch any Webpack errors Signed-off-by: David Mehren <git@herrmehren.de>