We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dda4f9 commit 4c8cb9cCopy full SHA for 4c8cb9c
.github/workflows/pull_request_closed.yml
@@ -1,8 +1,10 @@
1
name: Pull Request Closed
2
+
3
on:
4
pull_request:
5
branches: [master]
6
types: [closed]
7
8
jobs:
9
cherry_pick:
10
if: ${{github.event.pull_request.merged == true}}
0 commit comments