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:
130130 - name : Rebase main on auto-gen
131131 run : |
132132 git checkout main
133- git checkout -b main-rebase
133+ git checkout -b re-auto-gen
134134 git rebase old-auto-gen --onto auto-gen
135135 - name : Create pull request
136136 uses : peter-evans/create-pull-request@v4
137137 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 .'
141141 base : main
142142 commit-message : ' Rebase main on auto-gen'
143143 labels : auto-gen
You can’t perform that action at this time.
0 commit comments