File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 111
111
register : git_change
112
112
failed_when : git_change.rc == 0 # fail when there are no changes
113
113
114
-
115
- # Commit changes
116
- - name : " Operator [{{ operator.name }}] create PR if changes were performed"
117
- tags : local
118
- block :
119
114
- name : " Operator [{{ operator.name }}] stage all changes"
120
115
command :
121
116
argv : [git, add, .]
127
122
chdir : " {{ work_dir }}/{{ operator.name }}"
128
123
129
124
# Fail if the remote branch exists, otherwise push changes and create a pull request
130
- - name : Remote Steps
125
+ - name : " Operator [{{ operator.name }}] create PR if changes were performed "
131
126
block :
132
127
- name : " Operator [{{ operator.name }}] run 'git ls-remotes' to ensure that the branch {{ pr_branch_name }} doesn't exist"
133
128
command :
You can’t perform that action at this time.
0 commit comments