Skip to content

build(deps): bump github.com/cometbft/cometbft from 0.38.12 to 0.38.15 #462

build(deps): bump github.com/cometbft/cometbft from 0.38.12 to 0.38.15

build(deps): bump github.com/cometbft/cometbft from 0.38.12 to 0.38.15 #462

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:
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