File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -130,14 +130,14 @@ jobs:
130
130
- name : Rebase main on auto-gen
131
131
run : |
132
132
git checkout main
133
- git checkout -b main-rebase
133
+ git checkout -b re-auto-gen
134
134
git rebase old-auto-gen --onto auto-gen
135
135
- name : Create pull request
136
136
uses : peter-evans/create-pull-request@v4
137
137
with :
138
- branch : main-rebase
139
- title : ' Rebase main on auto-gen '
140
- body : ' This PR rebases the main branch on the auto-gen branch to include the latest Nipype to Pydra conversions .'
138
+ branch : re-auto-gen
139
+ title : ' Rebase of main on re- auto-generated tasks '
140
+ body : ' This PR rebases the main branch on the re- auto-gen branch to include newly regenerated Pydra tasks .'
141
141
base : main
142
142
commit-message : ' Rebase main on auto-gen'
143
143
labels : auto-gen
You can’t perform that action at this time.
0 commit comments