Skip to content

Commit 74869a5

Browse files
authored
Disable the automerge Action for repo-sync (#18711)
Instead, rely on the official GitHub auto-merge feature
1 parent 846e488 commit 74869a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/repo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
destination_branch: main
116116
pr_title: 'repo sync'
117117
pr_body: "This is an automated pull request to sync changes between the public and private repos.\n\n:robot: This pull request should be merged (not squashed) to preserve continuity across repos, so please let a bot do the merging!"
118-
pr_label: automerge,autoupdate,automated-reposync-pr
118+
pr_label: autoupdate,automated-reposync-pr
119119
github_token: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
120120

121121
- name: Find pull request

0 commit comments

Comments
 (0)