Skip to content

chore: bump from binary for upgrade v0.28.0 #244

chore: bump from binary for upgrade v0.28.0

chore: bump from binary for upgrade v0.28.0 #244

Workflow file for this run

name: github
on:
- pull_request_target
permissions:
contents: read
jobs:
pr-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:
configuration-path: .github/pr_labeler.yaml
repo-token: "${{ secrets.GITHUB_TOKEN }}"