Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Upgrade scalacheck from 1.18.1 to 1.19.0 #263

Upgrade scalacheck from 1.18.1 to 1.19.0

Upgrade scalacheck from 1.18.1 to 1.19.0 #263

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}}