Skip to content

drop index after add index finishing on primary cluster, drop index was retried repeatedly by ticdc due to add index was running on secondary and after a time, changefeed status was failed #12278

drop index after add index finishing on primary cluster, drop index was retried repeatedly by ticdc due to add index was running on secondary and after a time, changefeed status was failed

drop index after add index finishing on primary cluster, drop index was retried repeatedly by ticdc due to add index was running on secondary and after a time, changefeed status was failed #12278

name: Auto Assign to Bugs and Questions
on:
issues:
types: [labeled]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
assign_bug_project:
runs-on: ubuntu-latest
name: Assign to Bugs and Questions Project
steps:
- name: Run issues assignment to project Question and Bug Reports Kanban
uses: srggrs/[email protected]
if: |
contains(github.event.issue.labels.*.name, 'type/bug')
with:
project: 'https://github.com/pingcap/tiflow/projects/13'
column_name: 'Need Triage'