Skip to content

Commit

Permalink
Prevent workflow from triggering since it doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
JCQuintas committed May 24, 2024
1 parent 7d4e06d commit dc6e576
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/add-release-reviewers.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Add reviewers to release PRs

on:
pull_request_target:
branches: ['master', 'next']
types: ['labeled']
# pull_request_target:
# branches: ['master', 'next']
# types: ['labeled']
workflow_dispatch:

permissions: {}

Expand Down

0 comments on commit dc6e576

Please sign in to comment.