Skip to content

Commit

Permalink
[CI] Remove auto-merge label for version increment PRs (#30351)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
pvaneck authored May 11, 2023
1 parent 6134f4c commit 2c92288
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ stages:
PRBranchName: increment-package-version-${{ parameters.ServiceDirectory }}-$(Build.BuildId)
CommitMsg: "Increment package version after release of ${{ artifact.name }}"
PRTitle: "Increment version for ${{ parameters.ServiceDirectory }} releases"
PRLabels: "auto-merge"
CloseAfterOpenForTesting: '${{ parameters.TestPipeline }}'
- ${{if and(eq(variables['Build.Reason'], 'Manual'), eq(variables['System.TeamProject'], 'internal'))}}:
- template: /eng/pipelines/templates/jobs/smoke.tests.yml
Expand Down

0 comments on commit 2c92288

Please sign in to comment.