Skip to content

Commit

Permalink
Combine events
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 e0e99a3 commit 64c3a40
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/AssignReviewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,11 @@

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

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

permissions:
pull-requests: write
Expand Down

0 comments on commit 64c3a40

Please sign in to comment.