Skip to content

Upgrade sbt-sonatype from 3.11.1 to 3.11.2 #205

Upgrade sbt-sonatype from 3.11.1 to 3.11.2

Upgrade sbt-sonatype from 3.11.1 to 3.11.2 #205

name: Scala Steward automatic merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
scala-steward-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}}