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 ca5072a commit 4ae45f1Copy full SHA for 4ae45f1
ansible/roles/operator-pipeline/tasks/community-pipeline-event-listener.yml
@@ -121,6 +121,7 @@
121
body.action == "labeled"
122
&& body.label.name == "pipeline/trigger-release"
123
&& body.pull_request.base.ref == "{{ branch }}"
124
+ && body.pull_request.merged == true
125
)
126
bindings:
127
- ref: community-operator-release-pipeline-trigger-binding
ansible/roles/operator-pipeline/tasks/operator-pipeline-event-listener.yml
@@ -108,6 +108,7 @@
108
109
110
111
112
113
114
- ref: operator-release-pipeline-trigger-binding
0 commit comments