Skip to content

build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.31 to 9.39 #7261

build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.31 to 9.39

build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.31 to 9.39 #7261

Workflow file for this run

name: Require semantic labels
on:
pull_request_target:
types:
- opened
- labeled
- unlabeled
- synchronize
jobs:
check-pr-label-and-comment:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: yashhy/pr-label-check-and-comment-action@v1.0.1
with:
# This list is duplicated from release-drafter.yml
required_labels: 'chore,ci,cleanup,docs,feat,fix,perf,refactor,style,test'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}