Skip to content

chore: bump version from 3.0.0 to 3.1.0 #1664

chore: bump version from 3.0.0 to 3.1.0

chore: bump version from 3.0.0 to 3.1.0 #1664

Workflow file for this run

name: Wheels Pull Requests
on:
# push:
# branches-ignore:
# - "main"
# - "develop"
pull_request:
branches:
- develop
jobs:
label:
name: Auto-Label PR
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
tests:
uses: ./.github/workflows/tests.yml
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}