Skip to content

Commit bb7519a

Browse files
committed
touched up auto-gen GHA
1 parent afdf6e9 commit bb7519a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/auto-gen.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)