Skip to content

fix(deps): bump github.com/go-resty/resty/v2 from 2.13.1 to 2.15.0 #311

fix(deps): bump github.com/go-resty/resty/v2 from 2.13.1 to 2.15.0

fix(deps): bump github.com/go-resty/resty/v2 from 2.13.1 to 2.15.0 #311

Workflow file for this run

# This workflow validate pull request title.
# It is supposed to be run only when the pull request changes it's state.
name: Semantic pull request
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
main:
name: Validate pull request title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}