We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0248fb + eafd35a commit 55caa1aCopy full SHA for 55caa1a
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
automerge:
28
runs-on: ubuntu-latest
29
needs: build
30
- if: ${{ github.actor == 'AzureSDKAutomation' && startsWith(github.head_ref, 'sdkAutomation') }}
+ if: ${{ github.actor == 'AzureSDKAutomation' && startsWith(github.head_ref, 'sdkAuto/') }}
31
steps:
32
- uses: actions/checkout@v2
33
@@ -60,4 +60,4 @@ jobs:
60
uses: "pascalgn/automerge-action@v0.12.0"
61
env:
62
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
63
- MERGE_LABELS: ""
+ MERGE_LABELS: ""
0 commit comments