Skip to content

chore(deps): bump go.uber.org/fx from 1.23.0 to 1.24.0 #1371

chore(deps): bump go.uber.org/fx from 1.23.0 to 1.24.0

chore(deps): bump go.uber.org/fx from 1.23.0 to 1.24.0 #1371

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
PR:
name: Check PR Title
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}