Skip to content

Bump importlib-metadata from 7.0.2 to 8.4.0 #383

Bump importlib-metadata from 7.0.2 to 8.4.0

Bump importlib-metadata from 7.0.2 to 8.4.0 #383

Workflow file for this run

name: Bump version
on:
push:
branches:
- main
pull_request:
types:
- labeled
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
# Bump version on merging Pull Requests with specific labels.
# (bump:major,bump:minor,bump:patch)
- uses: haya14busa/action-bumpr@v1
with:
github_token: ${{ secrets.BUMPR_TOKEN }}