Skip to content

chore(deps): update module github.com/spiffe/spire to v1.15.3 #7304

chore(deps): update module github.com/spiffe/spire to v1.15.3

chore(deps): update module github.com/spiffe/spire to v1.15.3 #7304

Workflow file for this run

# Copyright AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0
name: PR
on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
permissions:
pull-requests: write
contents: read
jobs:
validate_pr_title:
name: Validate PR Title
uses: ./.github/workflows/lint-pr-title.yaml
label:
name: Label
runs-on: ubuntu-latest
steps:
- uses: codelytv/pr-size-labeler@095a41fca88b8764fd9e008ad269bcdb82bb38b9 # v1.10.4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
xs_label: "size/XS"
xs_max_size: "50"
s_label: "size/S"
s_max_size: "200"
m_label: "size/M"
m_max_size: "1000"
l_label: "size/L"
l_max_size: "2000"
xl_label: "size/XL"
fail_if_xl: "false"
message_if_xl: >
This PR exceeds the recommended size of 2000 lines.
Please make sure you are NOT addressing multiple issues with one PR.
Note that this PR might take longer to review due to large size.
files_to_ignore: |
"*.md"
"**/*.pb.go"
"**/*_pb2.py"
"**/*_pb2_grpc.py"
"**/*_pb.js"
"**/*_pb.d.ts"
"**/go.sum"
"**/go.mod"