Skip to content

ci: Bump wandalen/wretry.action from 3.7.0 to 3.7.2 #494

ci: Bump wandalen/wretry.action from 3.7.0 to 3.7.2

ci: Bump wandalen/wretry.action from 3.7.0 to 3.7.2 #494

Workflow file for this run

name: Check PR title
on:
pull_request:
types: [opened, edited, reopened, synchronize]
branches: [develop]
jobs:
check_title:
runs-on: ubuntu-20.04
# permissions:
# pull-requests: write
steps:
- uses: ytanikin/[email protected]
with:
task_types: '["build","feat","fix","docs","test","ci","style","refactor","perf","chore"]'
add_label: false
# Turned off labelling because it leads to an error, see https://github.com/ytanikin/PRConventionalCommits/issues/19
# custom_labels: '{"build":"build", "feat":"enhancement", "fix":"bug", "docs":"documentation", "test":"testability", "ci":"ci", "style":"refactoring", "refactor":"refactoring", "perf":"performance", "chore":"tooling"}'