Skip to content

Commit eafd35a

Browse files
authored
update branch prefix
1 parent a0248fb commit eafd35a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
automerge:
2828
runs-on: ubuntu-latest
2929
needs: build
30-
if: ${{ github.actor == 'AzureSDKAutomation' && startsWith(github.head_ref, 'sdkAutomation') }}
30+
if: ${{ github.actor == 'AzureSDKAutomation' && startsWith(github.head_ref, 'sdkAuto/') }}
3131
steps:
3232
- uses: actions/checkout@v2
3333

@@ -60,4 +60,4 @@ jobs:
6060
uses: "pascalgn/automerge-action@v0.12.0"
6161
env:
6262
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
63-
MERGE_LABELS: ""
63+
MERGE_LABELS: ""

0 commit comments

Comments
 (0)