Skip to content

feat(lbaas): add support for new rule actions and matchers #138

feat(lbaas): add support for new rule actions and matchers

feat(lbaas): add support for new rule actions and matchers #138

Workflow file for this run

name: Lint
on:
pull_request:
paths:
- CHANGELOG.md
jobs:
update_user_agent:
name: Check version in User-Agent
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: ./scripts/update-user-agent-version.sh
- uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
with:
commit_message: "chore: update version in `User-Agent`"
file_pattern: upcloud/client/client.go