Skip to content

Update sbt-idea-plugin to 4.1.5 #172

Update sbt-idea-plugin to 4.1.5

Update sbt-idea-plugin to 4.1.5 #172

Workflow file for this run

name: Auto approve
on: pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v4
if: github.actor == 'renovate[bot]' || github.actor == 'scala-steward-bitlap[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"