Skip to content

fix(deps): bump github.com/linode/linodego from 1.37.0 to 1.40.0 #303

fix(deps): bump github.com/linode/linodego from 1.37.0 to 1.40.0

fix(deps): bump github.com/linode/linodego from 1.37.0 to 1.40.0 #303

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 }}