[Dynamic Regions] tracking capacity reporting exception of pd、tikv cpu is not balance due to schedule slowly and region number is abnormally too much when tpcc prepare 2w warehouse and run workload #4133
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |