Skip to content

Commit e951fd9

Browse files
Update the branch automerge workflow name (#913)
The title appears in two places; one of them was still backwards.
1 parent 1017aac commit e951fd9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/automerge.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
name: Create PR to merge main into release branch
2-
# In the first period after branching the release branch, we typically want to include many changes from `main` in the release branch. This workflow automatically creates a PR every Monday to merge main into the release branch.
3-
# Later in the release cycle we should stop this practice to avoid landing risky changes by disabling this workflow. 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
1+
name: Create PR to merge release into main branch
2+
# In the first period after branching the release branch,
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.
5+
# Later in the release cycle we should stop this practice to avoid landing risky changes by disabling this workflow.
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
47
permissions:
58
contents: read
69
on:

0 commit comments

Comments
 (0)