Skip to content

Update sbt-mdoc to 2.3.8 #321

Update sbt-mdoc to 2.3.8

Update sbt-mdoc to 2.3.8 #321

Workflow file for this run

name: Auto approve
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
- labeled
jobs:
auto-approve:
runs-on: ubuntu-22.04
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v3
if: contains(github.event.pull_request.labels.*.name, 'auto-approve')
with:
github-token: ${{ secrets.GITHUB_TOKEN }}