Skip to content

[Release] Bump version 0.41.0 #2350

[Release] Bump version 0.41.0

[Release] Bump version 0.41.0 #2350

Workflow file for this run

name: "PipeRider PR Title Checker"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
pr-title-check:
runs-on: ubuntu-latest
steps:
- uses: thehanimo/pr-title-checker@v1.3.4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
configuration_path: ".github/PULL_REQUEST_TITLE_CHECKER.json"