Skip to content

chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 #159

chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1

chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 #159

Workflow file for this run

name: Label pull requests
on:
pull_request:
workflow_dispatch:
# limit permissions
permissions:
contents: read
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"