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 f045df9 + e19a420 commit 1af0ef1Copy full SHA for 1af0ef1
.github/workflows/main.yml
@@ -60,11 +60,6 @@ jobs:
60
61
echo "AUTOGENLIST_CHECK_RESULT=$check_result" >> $GITHUB_ENV;
62
working-directory: ./generator
63
-
64
- - uses: hmarr/auto-approve-action@v2.0.0
65
- if: ${{ env.AUTOGENLIST_CHECK_RESULT == 'true' }}
66
- with:
67
- github-token: "${{ secrets.GITHUB_TOKEN }}"
68
69
- name: Automerge
70
if: ${{ env.AUTOGENLIST_CHECK_RESULT == 'true' }}
0 commit comments