Skip to content

build(deps): Update metaconfig-core from 0.12.0 to 0.13.0 #2204

build(deps): Update metaconfig-core from 0.12.0 to 0.13.0

build(deps): Update metaconfig-core from 0.12.0 to 0.13.0 #2204

Workflow file for this run

name: Auto approve patch updates
on:
pull_request_target:
types: [labeled]
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v4
if: contains(github.event.pull_request.labels.*.name, 'semver-spec-patch') && github.actor == 'scalameta-bot'
with:
github-token: ${{secrets.GITHUB_TOKEN}}