CI: Add a comment when a pull request fail

pull/9366/head
Laurent Cozic 2023-11-24 16:10:23 +01:00
parent 3b15834e8d
commit 29b42b3b37
1 changed files with 13 additions and 0 deletions

View File

@ -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