Skip to content

Commit

Permalink
try review requirements without perms
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Mar 21, 2024
1 parent e215a9e commit bed060a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/contractors_review_requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ jobs:
id: actorTeams
with:
username: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.OCTAVIA_4_ROOT_ACCESS }}
- if: ${{ (contains(steps.actorTeams.outputs.teams, 'community-contractor')) }}
name: Check if the review requirements are met
uses: Automattic/action-required-review@v3
with:
status: Required review
token: ${{ secrets.OCTAVIA_4_ROOT_ACCESS }}
request-reviews: true
fail: true
requirements: |
Expand Down

0 comments on commit bed060a

Please sign in to comment.