Skip to content

Commit 9375fa5

Browse files
authored
Merge pull request #1430 from Azure/jcotillo/remove_approval_action
Remove approval action
2 parents 78bf219 + 16cf2f4 commit 9375fa5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ jobs:
6060
6161
echo "AUTOGENLIST_CHECK_RESULT=$check_result" >> $GITHUB_ENV;
6262
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 }}"
6863

6964
- name: Automerge
7065
if: ${{ env.AUTOGENLIST_CHECK_RESULT == 'true' }}

0 commit comments

Comments
 (0)