Skip to content

Commit

Permalink
ci: update sync to master to include team-reviewers (#1062)
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. Also use `PAT` to
allow team reviewers
no qa required
  • Loading branch information
michael-siek authored May 15, 2024
1 parent 8bf551b commit eaf6e5f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sync-master-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
steps:
- uses: dequelabs/action-sync-branches@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.PAT }}
pr-title: 'chore: merge master into develop'
pr-reviewers: michael-siek,stephenmathieson
pr-team-reviewers: axe-api-team
pr-labels: chore
pr-template: .github/PULL_REQUEST_TEMPLATE.md

0 comments on commit eaf6e5f

Please sign in to comment.