Skip to content

Commit

Permalink
fix: remove auto approve conditions (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianhaoz95 authored Jun 1, 2021
1 parent 1805da9 commit 49d013d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ jobs:
auto-approve:
runs-on: ubuntu-latest
needs: [spec-test, regression-test]
if: |
github.actor == 'dependabot[bot]' ||
github.actor == 'allcontributors[bot]'
steps:
- uses: hmarr/[email protected]
if: github.actor == 'dependabot[bot]'
Expand Down

0 comments on commit 49d013d

Please sign in to comment.