Skip to content

Bump github.com/go-playground/validator/v10 from 10.17.0 to 10.18.0 in /backend #103

Bump github.com/go-playground/validator/v10 from 10.17.0 to 10.18.0 in /backend

Bump github.com/go-playground/validator/v10 from 10.17.0 to 10.18.0 in /backend #103

name: Auto Assign Author
on:
pull_request:
types: [opened, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
auto-add-assignee:
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]' && github.event.pull_request.user.login != 'dependabot[bot]'
steps:
- uses: kentaro-m/[email protected]
with:
configuration-path: ".github/assignees.yml"