Skip to content

chore: bump akash-api to v0.0.32 #245

chore: bump akash-api to v0.0.32

chore: bump akash-api to v0.0.32 #245

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 }}"