Skip to content

Update scalafmt-core to 3.7.5 #32

Update scalafmt-core to 3.7.5

Update scalafmt-core to 3.7.5 #32

name: scala-steward auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'scala-steward-for-moia[bot]' }}
steps:
- name: Enable auto-merge for Scala Steward PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}