Skip to content

build(deps): bump cosmossdk.io/client/v2 from 2.0.0-beta.6 to 2.0.0-beta.7 #487

build(deps): bump cosmossdk.io/client/v2 from 2.0.0-beta.6 to 2.0.0-beta.7

build(deps): bump cosmossdk.io/client/v2 from 2.0.0-beta.6 to 2.0.0-beta.7 #487

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
# Cancel all previous runs of the same workflow when a new one is triggered in the same branch.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
Labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Apply PR labels 🏷️
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true