Skip to content

chore(deps): bump github.com/lestrrat-go/jwx from 1.2.25 to 1.2.26 in /components/stargate #2478

chore(deps): bump github.com/lestrrat-go/jwx from 1.2.25 to 1.2.26 in /components/stargate

chore(deps): bump github.com/lestrrat-go/jwx from 1.2.25 to 1.2.26 in /components/stargate #2478

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
Triage:
permissions:
contents: read
pull-requests: write
runs-on: formance-runner
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
PR:
name: Check PR Title
runs-on: formance-runner
permissions:
statuses: write
steps:
- uses: aslafy-z/[email protected]
with:
success-state: Title follows the specification.
failure-state: Title does not follow the specification.
context-name: conventional-pr-title
preset: conventional-changelog-angular@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}