PilzDE / pilz_github_ci_runner

ros package to run a CI for github pull requests with checks for certain requirements
1 stars 0 forks source link

Adding a running version of the algorithm #1

Closed rfeistenauer closed 3 years ago

rfeistenauer commented 3 years ago

Description

This package provides a python script periodically for periodically checking a github repo and running tests for PullRequests using industrial_ci.

To avoid running arbitrary PRs on the machine only PullRequests containing the string "- [ ] Perform hardware tests" and with commits from allowed users are checked. The start and finish of the test are reported with a comment on the issue.

Initially this is applied on https://github.com/PilzDE/psen_scan_v2

martiniil commented 3 years ago

Please add a pull request description. I am very much looking forward for this getting in action.