Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Update awssdk:core, awssdk:sts to 2.20.162 #106

Update awssdk:core, awssdk:sts to 2.20.162

Update awssdk:core, awssdk:sts to 2.20.162 #106

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