Commit d72bf59
committed
Add GitHub action that automatically creates a PR to merge main into a release branch
In the first period after branching the release branch, we want to include many changes from `main` also in the release branch. This workflow automatically creates a PR every Monday to merge main into the release branch.
Later in the release cycle we should stop this practice to avoid landing risky changes by disabling this workflow.
Similar to swiftlang/swift-format#9861 parent 7ba88aa commit d72bf59
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments