Skip to content

add index failed with error “request pd http api failed with status: '500 Internal Server Error', body: '[PD:apiutil:ErrRedirect]redirect failed” when kill pd leader #5935

add index failed with error “request pd http api failed with status: '500 Internal Server Error', body: '[PD:apiutil:ErrRedirect]redirect failed” when kill pd leader

add index failed with error “request pd http api failed with status: '500 Internal Server Error', body: '[PD:apiutil:ErrRedirect]redirect failed” when kill pd leader #5935

name: Auto Assign to Project(s)
on:
issues:
types: [labeled]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
assign_one_project:
runs-on: ubuntu-latest
name: Assign to One Project
steps:
- name: Run issues assignment to Questions and Bug Reports
uses: srggrs/[email protected]
if: |
contains(github.event.issue.labels.*.name, 'type/question') ||
contains(github.event.issue.labels.*.name, 'type/bug')
with:
project: "https://github.com/tikv/pd/projects/6"
column_name: "Need Triage"