Skip to content

Commit

Permalink
Stop using the auto-merge label, it no longer does anything (#6096)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimSuplizio authored May 4, 2023
1 parent c971ac6 commit 15e8f17
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions eng/pipelines/templates/stages/archetype-sdk-tool-repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,20 +165,6 @@ stages:
-AuthToken "$(azuresdk-github-pat)"
pwsh: true

- task: PowerShell@2
displayName: 'Add Auto merge Label'
condition: succeeded()
inputs:
targetType: filePath
filePath: $(Build.SourcesDirectory)/eng/common/scripts/Add-IssueLabels.ps1
arguments: >
-RepoOwner "Azure"
-RepoName "azure-sdk-tools"
-IssueNumber $(System.PullRequest.PullRequestNumber)
-Labels "auto-merge"
-AuthToken "$(azuresdk-github-pat)"
pwsh: true

- ${{ each repo in parameters.Repos }}:
- task: PowerShell@2
displayName: Clean Up Sync Common Branches
Expand Down

0 comments on commit 15e8f17

Please sign in to comment.