Skip to content

Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.6.3 to 1.7.0 #183

Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.6.3 to 1.7.0

Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.6.3 to 1.7.0 #183

Workflow file for this run

name: Enable Auto Merge
on:
pull_request_target:
types:
- opened
- reopened
- edited
branches:
- main
jobs:
auto-merge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'wbrawner' || github.actor == 'dependabot[bot]' }}
steps:
- name: Enable auto-merge
run: gh pr merge --auto --rebase "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GH_TOKEN}}