Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

build(deps): Bump github.com/cometbft/cometbft from 0.37.2 to 0.38.6 #149

build(deps): Bump github.com/cometbft/cometbft from 0.37.2 to 0.38.6

build(deps): Bump github.com/cometbft/cometbft from 0.37.2 to 0.38.6 #149

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
permissions:
contents: read
jobs:
labeler:
permissions:
contents: read # for actions/labeler to determine modified files
pull-requests: write # for actions/labeler to add labels to PRs
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"