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.
1 parent cfe9898 commit 5bb24e7Copy full SHA for 5bb24e7
.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
40
echo "AUTOGENLIST_CHECK_RESULT=$check_result" >> $GITHUB_ENV;
41
working-directory: ./generator
42
43
- - name: automerge
+ - name: Automerge
44
if: ${{ github.actor == 'AzureSDKAutomation' && startsWith(github.head_ref, 'sdkAutomation') && env.AUTOGENLIST_CHECK_RESULT == 'true' }}
45
uses: "pascalgn/automerge-action@v0.12.0"
46
env:
0 commit comments