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 937128b commit 917deda
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@ jobs:
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}"
- uses: Automattic/action-required-review@v3
with:
name: QA Automation
with:
token: ${{ secrets.QA_AUTOMATION_REVIEW_REQUIRED_TOKEN }}
status: Required Review
fail: true
request-reviews: true
requirements: |
paths:
- config/initializers/
- graphql-dotnet-service/GraphqlDotNetService/Repositories
teams:
- "@rcotter"

0 comments on commit 917deda

Please sign in to comment.