You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/automerge.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
name: Create PR to merge release into main branch
1
+
name: Create PR to merge main into release branch
2
2
# In the first period after branching the release branch,
3
3
# we typically want to include many changes from `main` in the release branch.
4
-
# This workflow automatically creates a PR to merge the release branch into the main.
4
+
# This workflow automatically creates a PR to merge the main branch into the release branch.
5
5
# Later in the release cycle we should stop this practice to avoid landing risky changes by disabling this workflow.
6
6
# To do so, disable the workflow as described in https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/disabling-and-enabling-a-workflow
0 commit comments