1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

CI: Add a comment when a pull request fail

This commit is contained in:
Laurent Cozic 2023-11-24 16:10:23 +01:00
parent 3b15834e8d
commit 29b42b3b37

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