mirror of https://github.com/laurent22/joplin.git
CI: Add a comment when a pull request fail
parent
3b15834e8d
commit
29b42b3b37
|
@ -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
|
Loading…
Reference in New Issue