Skip to content

Commit

Permalink
drop "auto-approve" step
Browse files Browse the repository at this point in the history
  • Loading branch information
hejfelix committed Apr 6, 2022
1 parent 1df7b63 commit 23b9800
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,4 @@ jobs:
- name: Run tests
run: sbt test
- name: Build docs
run: sbt docs/mdoc
auto-approve:
runs-on: ubuntu-latest
needs:
- build
steps:
- uses: hmarr/auto-approve-action@v2
if: github.actor == 'scala-steward'
with:
github-token: "${{ secrets.SCALA_STEWARD_MERGE_TOKEN }}"
run: sbt docs/mdoc

0 comments on commit 23b9800

Please sign in to comment.