Skip to content

fix(clickhouse): ClickHouse migrations fail with "goose: duplicate version 14" when two 014_*.sql files exist #92

fix(clickhouse): ClickHouse migrations fail with "goose: duplicate version 14" when two 014_*.sql files exist

fix(clickhouse): ClickHouse migrations fail with "goose: duplicate version 14" when two 014_*.sql files exist #92

name: Vouch - Manage by Issue
on:
issue_comment:
types: [created]
permissions:
contents: write
issues: write
jobs:
manage:
runs-on: ubuntu-latest
if: >-
contains(github.event.comment.body, 'vouch') ||
contains(github.event.comment.body, 'denounce') ||
contains(github.event.comment.body, 'unvouch')
steps:
- uses: actions/checkout@v4
- uses: mitchellh/vouch/action/manage-by-issue@main
with:
comment-id: ${{ github.event.comment.id }}
issue-id: ${{ github.event.issue.number }}
env:
GH_TOKEN: ${{ github.token }}