File tree 1 file changed +8
-7
lines changed
Filter options
1 file changed +8
-7
lines changed
Original file line number Diff line number Diff line change @@ -75,13 +75,14 @@ You might want to skip any of the available transforms (such as deleting the old
75
75
76
76
## Available transforms
77
77
78
- | Transform | Description |
79
- | ---------------------- | ----------------------------------------------------- |
80
- | update-default-branch | Set the default branch of the repo to ` $new ` |
81
- | retarget-pull-requests | Change the base for any open pull requests |
82
- | branch-protection | Update any branch protection rules to point at ` $new ` |
83
- | delete-old-branch | Delete the ` $old ` branch |
84
- | github-pages | Update GitHub Pages configuration |
78
+ | Transform | Description |
79
+ | ----------------------- | ----------------------------------------------------- |
80
+ | update-default-branch | Set the default branch of the repo to ` $new ` |
81
+ | retarget-pull-requests | Change the base for any open pull requests |
82
+ | retarget-draft-releases | Change the ` target_commitish ` for any draft releases |
83
+ | branch-protection | Update any branch protection rules to point at ` $new ` |
84
+ | delete-old-branch | Delete the ` $old ` branch |
85
+ | github-pages | Update GitHub Pages configuration |
85
86
86
87
Pending transforms:
87
88
You can’t perform that action at this time.
0 commit comments