8000 add sphinx configuration to rtd.yaml · adafruit/Adafruit_CircuitPython_PIOASM@00cb534 · GitHub
[go: up one dir, main page]

Skip to content
< 6A3F div data-view-component="true" class="PageHeader-navigation hide-whenRegular mt-0 ml-n3">

Failure help text

Failure help text #226

# SPDX-FileCopyrightText: 2021 Scott Shawcroft for Adafruit Industries
#
# SPDX-License-Identifier: MIT
name: Failure help text
on:
workflow_run:
workflows: ["Build CI"]
types:
- completed
jobs:
post-help:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.event == 'pull_request' }}
steps:
- name: Post comment to help
uses: adafruit/circuitpython-action-library-ci-failed@v1
0