Skip to content

Update sbt to 1.9.8

Update sbt to 1.9.8 #3

Workflow file for this run

name: Enable Automerge
on:
pull_request_target:
types:
- reopened
- labeled
jobs:
enable-auto-merge:
runs-on: ubuntu-latest
if: (github.event.pull_request.user.login == 'scala-steward' || github.event.pull_request.user.login == 'renovate[bot]') && contains(github.event.pull_request.labels.*.name, 'automerge')
permissions:
contents: write
steps:
- uses: alexwilson/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}