Skip to content

Commit 2c92288

Browse files
authored
[CI] Remove auto-merge label for version increment PRs (Azure#30351)
These no longer work and it's recommended that we use GitHubs's built-in auto-merge functionality now. Signed-off-by: Paul Van Eck <[email protected]>
1 parent 6134f4c commit 2c92288

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eng/pipelines/templates/stages/archetype-python-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ stages:
228228
PRBranchName: increment-package-version-${{ parameters.ServiceDirectory }}-$(Build.BuildId)
229229
CommitMsg: "Increment package version after release of ${{ artifact.name }}"
230230
PRTitle: "Increment version for ${{ parameters.ServiceDirectory }} releases"
231-
PRLabels: "auto-merge"
232231
CloseAfterOpenForTesting: '${{ parameters.TestPipeline }}'
233232
- ${{if and(eq(variables['Build.Reason'], 'Manual'), eq(variables['System.TeamProject'], 'internal'))}}:
234233
- template: /eng/pipelines/templates/jobs/smoke.tests.yml

0 commit comments

Comments
 (0)