diff --git a/.github/assign-by-files.yml b/.github/assign-by-files.yml index 598bfa2fa3eb..9088a70263f7 100644 --- a/.github/assign-by-files.yml +++ b/.github/assign-by-files.yml @@ -1,38 +1,44 @@ --- -# you can use glob pattern - -# You can set multiple reviewers -# '.github/': -# - yikeke -# - ran-huang - -# 'tiflash/': -# - zanmato1984 -# - kissmydb -# - yikeke - -# 'tiup/': -# - lonng -# - lucklove -# - kissmydb -# - yikeke - -# 'sql-statements/': -# - bb7133 - -# 'releases/': -# - scsldb - -# 'dashboard/': -# - breeswish - -# 'config-templates/': -# - kissmydb - -# 'ticdc/': -# - WangXiangUSTC - # Changing all md files should request a language review in case of format failures. # TomShawn is the repo administrator. -'*.*': +'**/*': - TomShawn + +# you can use glob pattern + +# You can set multiple reviewers +'.github/': + - yikeke + - ran-huang + +'tiflash/': + - ilovesoup + - zanmato1984 + - kissmydb + - yikeke + +'tiup/': + - lonng + - lucklove + - kissmydb + - yikeke + +'sql-statements/': + - bb7133 + - zimulala + +'releases/': + - scsldb + - uglyengineer + +'dashboard/': + - breeswish + - hundundm + +'config-templates/': + - kissmydb + - superlzs0476 + +'ticdc/': + - WangXiangUSTC + - 3pointer diff --git a/.github/auto-label.json b/.github/auto-label.json index d00f6973330a..09f610635a02 100644 --- a/.github/auto-label.json +++ b/.github/auto-label.json @@ -3,4 +3,4 @@ "translation/welcome": ["*.md", "*.yml", "*.yaml", "*.json", "media/", "scripts/"], "status/PTAL": ["*.md", "*.yml", "*.yaml", "*.json", "media/", "scripts/"] } -} \ No newline at end of file +} diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index e5a730c580fa..b4108165138e 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -9,7 +9,7 @@ jobs: assign_reviewer: runs-on: ubuntu-latest steps: - - uses: shufo/auto-assign-reviewer-by-files@v1.0.0 + - uses: shufo/auto-assign-reviewer-by-files@v1.1.1 with: config: '.github/assign-by-files.yml' - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 1a498379833e..cd5071acde53 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -13,4 +13,4 @@ jobs: - uses: actions/checkout@v2 - uses: banyan/auto-label@1.2 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}