Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
rcotter committed Jul 27, 2023
1 parent 4377745 commit d477bbc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ jobs:
- run: echo "🍏 This job's status is ${{ job.status }}"
- uses: Automattic/action-required-review@v3
with:
name: QA Automation
token: ${{ secrets.QA_AUTOMATION_REVIEW_REQUIRED_TOKEN }}
status: Required Review
fail: true
request-reviews: true
requirements: |
- name: QA Automation
paths:
- config/initializers/
teams:
@rcotter
- name: QA Automation
paths:
- config/initializers/
teams:
- @rcotter

0 comments on commit d477bbc

Please sign in to comment.