Skip to content

Commit

Permalink
ci: update sync to master to include team-reviewers (#464)
Browse files Browse the repository at this point in the history
This updates the action to fix the no pr template issue as well as
switch to pr team reviewer instead of specific users
no qa required
  • Loading branch information
michael-siek authored May 21, 2024
1 parent 18f978c commit 727901a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-master-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
github-token: ${{ secrets.PAT }}
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

0 comments on commit 727901a

Please sign in to comment.