Skip to content

build(deps-dev): bump com.github.tomakehurst:wiremock-jre8 from 2.27.0 to 2.35.1 in /archetypes/example-kar-plugin/src/main/resources/archetype-resources/plugin #1

build(deps-dev): bump com.github.tomakehurst:wiremock-jre8 from 2.27.0 to 2.35.1 in /archetypes/example-kar-plugin/src/main/resources/archetype-resources/plugin

build(deps-dev): bump com.github.tomakehurst:wiremock-jre8 from 2.27.0 to 2.35.1 in /archetypes/example-kar-plugin/src/main/resources/archetype-resources/plugin #1

Workflow file for this run

name: "Auto Assign Pull Request"
on:
pull_request_target:
# types: [review_requested, ready_for_review, opened, synchronize, reopened]
branches:
- master
jobs:
assign_reviewer:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: shufo/[email protected]
with:
config: ".github/assign-by-files.yml"
token: ${{ secrets.GITHUB_TOKEN }}