File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 39
39
- name : Build docs
40
40
working-directory : docs
41
41
run : sphinx-build -E -W -b html . _build/html
42
+ - name : Setup problem matchers
43
+ uses : adafruit/circuitpython-action-library-ci-problem-matchers@v1
Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: 2021 Scott Shawcroft for Adafruit Industries
2
+ #
3
+ # SPDX-License-Identifier: MIT
4
+
5
+ name : Failure help text
6
+
7
+ on :
8
+ workflow_run :
9
+ workflows : ["Build CI"]
10
+ types :
11
+ - completed
12
+
13
+ jobs :
14
+ post-help :
15
+ runs-on : ubuntu-latest
16
+ if : ${{ github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.event == 'pull_request' }}
17
+ steps :
18
+ - name : Post comment to help
19
+ uses : adafruit/circuitpython-action-library-ci-failed@v1
You can’t perform that action at this time.
0 commit comments