Skip to content

chore: Update sbt-avrohugger from 2.8.4 to 2.10.0 #1

chore: Update sbt-avrohugger from 2.8.4 to 2.10.0

chore: Update sbt-avrohugger from 2.8.4 to 2.10.0 #1

Workflow file for this run

name: Auto approve
on:
pull_request_target
concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v4
if: github.actor == 'RenkuBot'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}