adafruit / cookiecutter-adafruit-circuitpython

Cookiecutter template for Adafruit's CircuitPython libraries.
MIT License
22 stars 37 forks source link

Hook in help comment and problem matchers #125

Closed tannewt closed 3 years ago

tannewt commented 3 years ago

Here is the PR I was testing with: https://github.com/tannewt/Adafruit_CircuitPython_TestRepo/pull/3

The new actions are here: https://github.com/adafruit/circuitpython-action-library-ci-failed https://github.com/adafruit/circuitpython-action-library-ci-problem-matchers

Problem matchers are helpful for surfacing errors in the logs. Where possible, they even add annotations in the PR's file view of where the issue is.