diff --git a/.github/workflows/comment-on-failure.yml b/.github/workflows/comment-on-failure.yml new file mode 100644 index 000000000..d3653ae79 --- /dev/null +++ b/.github/workflows/comment-on-failure.yml @@ -0,0 +1,13 @@ +on: + workflow_run: + workflows: + - Joplin Continuous Integration + - react-native-android-build-apk + - Build macOS M1 + types: [ completed ] + +jobs: + comment-failure: + runs-on: ubuntu-latest + steps: + - uses: quipper/comment-failure-action@v0.1.1