Skip to content

Disable coderabbit on bump prs #661

Disable coderabbit on bump prs

Disable coderabbit on bump prs #661

Workflow file for this run

name: Bump CI
on:
workflow_dispatch:
schedule:
- cron: '0 8 * * *'
jobs:
bump:
name: Search for dependency updates
runs-on: ubuntu-latest
steps:
- name: Checkout code changes
uses: actions/checkout@v6
with:
token: ${{ secrets.BUMP_TOKEN }}
- name: Update dependencies
uses: wader/bump/action@master
with:

Check failure on line 20 in .github/workflows/bump.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/bump.yaml

Invalid workflow file

You have an error in your yaml syntax on line 20
title_template: [bump] Update {{.Name}} to v{{.Latest}}
env:
GITHUB_TOKEN: ${{ secrets.BUMP_TOKEN }}