Skip to content

mcs: potential data race in scheduling server when pd leader switch #6002

mcs: potential data race in scheduling server when pd leader switch

mcs: potential data race in scheduling server when pd leader switch #6002

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/assign-one-project-github-action@1.2.0
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"