Skip to content

Commit

Permalink
update branch prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
leni-msft authored Nov 13, 2020
1 parent a0248fb commit eafd35a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
automerge:
runs-on: ubuntu-latest
needs: build
if: ${{ github.actor == 'AzureSDKAutomation' && startsWith(github.head_ref, 'sdkAutomation') }}
if: ${{ github.actor == 'AzureSDKAutomation' && startsWith(github.head_ref, 'sdkAuto/') }}
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -60,4 +60,4 @@ jobs:
uses: "pascalgn/automerge-action@v0.12.0"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: ""
MERGE_LABELS: ""

0 comments on commit eafd35a

Please sign in to comment.