Skip to content

chore(deps): bump io.mockk:mockk from 1.13.5 to 1.13.7 #338

chore(deps): bump io.mockk:mockk from 1.13.5 to 1.13.7

chore(deps): bump io.mockk:mockk from 1.13.5 to 1.13.7 #338

Workflow file for this run

name: On PR target
on:
pull_request_target:
types: [ opened, reopened, synchronize, edited ]
jobs:
# lint_pr_title:
# runs-on: ubuntu-latest
# steps:
# - name: Lint PR title
# uses: seferov/pr-lint-action@master
# with:
# title-regex: "^(build|chore|ci|docs|feat|fix|perf|refactor|test)(\\(.+\\))?(\\!)?:\\s.+"
add_label_on_PR:
runs-on: ubuntu-latest
steps:
- name: Add label on PR
uses: release-drafter/release-drafter@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
disable-releaser: true
disable-autolabeler: false