Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: Michael D Kinney <[email protected]>
  • Loading branch information
mdkinney committed Jul 20, 2022
1 parent ed69577 commit 45aaf8d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/AssignReviewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@

name: Assign reviewers from .github/REVIEWERS using CODEOWNERS syntax

on: pull_request_target
types: [opened, synchronize, reopened, ready_for_review]
branches:
- master
- 'stable/**'
on:
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- master
- 'stable/**'

permissions:
pull-requests: write
Expand Down

0 comments on commit 45aaf8d

Please sign in to comment.