Skip to content

chore(deps): bump github.com/cloudevents/sdk-go/v2 from 2.4.1 to 2.15.2 in /ci/pod/openfunction/function-example/test-body #7517

chore(deps): bump github.com/cloudevents/sdk-go/v2 from 2.4.1 to 2.15.2 in /ci/pod/openfunction/function-example/test-body

chore(deps): bump github.com/cloudevents/sdk-go/v2 from 2.4.1 to 2.15.2 in /ci/pod/openfunction/function-example/test-body #7517

Workflow file for this run

name: "PR Lint"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
submodules: recursive
- uses: ./.github/actions/action-semantic-pull-request
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
change