Skip to content

chore(deps): bump hono from 4.2.7 to 4.5.8 in /admission-server #2

chore(deps): bump hono from 4.2.7 to 4.5.8 in /admission-server

chore(deps): bump hono from 4.2.7 to 4.5.8 in /admission-server #2

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
concurrency:
group: ${{github.workflow}}-${{github.head_ref}}
cancel-in-progress: false
jobs:
label:
timeout-minutes: 5
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"