From 00ddbea54a2874f4d16f76e57410af8e0453650f Mon Sep 17 00:00:00 2001 From: michael-siek Date: Tue, 14 May 2024 05:55:07 -0400 Subject: [PATCH] ci: update sync to master to include team-reviewers --- .github/workflows/sync-master-develop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-master-develop.yml b/.github/workflows/sync-master-develop.yml index 938ff994..e4cb7ad3 100644 --- a/.github/workflows/sync-master-develop.yml +++ b/.github/workflows/sync-master-develop.yml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 1 steps: - - uses: dequelabs/action-sync-branches@v1 + - uses: dequelabs/action-sync-branches@v1.0.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} pr-title: "chore: merge master into develop" - pr-reviewers: AdnoC,stephenmathieson + pr-team-reviewers: axe-api-team pr-labels: chore pr-template: .github/PULL_REQUEST_TEMPLATE.md