Skip to content

Commit

Permalink
Prevent "Add reviewers" workflow from triggering since it doesn't work (
Browse files Browse the repository at this point in the history
  • Loading branch information
JCQuintas authored and DungTiger committed Jul 23, 2024
1 parent 48b9beb commit 4359141
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 4359141

Please sign in to comment.