Skip to content

Try turning teleproto into a wrapper around chimney #137

Try turning teleproto into a wrapper around chimney

Try turning teleproto into a wrapper around chimney #137

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